bitys-react-components 0.1.4 → 0.1.5

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 @@ var _bs = require("react-icons/bs");
9
9
  var _md = require("react-icons/md");
10
10
  var _reactstrap = require("reactstrap");
11
11
  var _styles = require("./styles");
12
+ require("bootstrap/dist/css/bootstrap.css");
12
13
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
13
14
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
14
15
  function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bitys-react-components",
3
3
  "description": "",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "license": "MIT",
@@ -14,6 +14,7 @@
14
14
  "build": "cross-env NODE_ENV=production babel src --out-dir dist"
15
15
  },
16
16
  "dependencies": {
17
+ "bootstrap": "^5.3.3",
17
18
  "prop-types": "^15.8.1",
18
19
  "react": "^18.3.1",
19
20
  "react-dom": "^18.3.1",