oolib 2.1.2 → 2.1.3

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
- export default Breadcrumbs;
2
- declare function Breadcrumbs({ links, invert }: {
1
+ export function Breadcrumbs({ links, invert }: {
3
2
  links: any;
4
3
  invert: any;
5
4
  }): JSX.Element;
@@ -9,6 +9,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
9
9
  return to.concat(ar || Array.prototype.slice.call(from));
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.Breadcrumbs = void 0;
12
13
  var react_1 = require("react");
13
14
  var index_styled_1 = require("./index.styled");
14
15
  var Typo_1 = require("../Typo");
@@ -47,4 +48,4 @@ var Breadcrumbs = function (_a) {
47
48
  React.createElement(Typo_1.SANS_2, { invert: invert, style: { whiteSpace: 'nowrap', overflow: 'hidden', textOverflow: 'ellipsis' } }, link.display)));
48
49
  })));
49
50
  };
50
- exports.default = Breadcrumbs;
51
+ exports.Breadcrumbs = Breadcrumbs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",