oolib 2.153.0 → 2.153.1

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.
@@ -12,7 +12,6 @@ var __assign = (this && this.__assign) || function () {
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.Tag_Link_Secondary = exports.Tag_Link_Primary = void 0;
15
- var react_router_dom_1 = require("react-router-dom");
16
15
  var Tags_1 = require("../../../components/Tags");
17
16
  exports.default = {
18
17
  title: 'Components/Tag Link',
@@ -51,8 +50,7 @@ var GenTag = function (_a) {
51
50
  backgroundColor: args.invert ? '#383838' : '',
52
51
  padding: '20px',
53
52
  } },
54
- React.createElement(react_router_dom_1.MemoryRouter, null,
55
- React.createElement(Comp, __assign({}, args, { variant: variant })))));
53
+ React.createElement(Comp, __assign({}, args, { variant: variant }))));
56
54
  };
57
55
  var Tag_Link_Primary = function (args) {
58
56
  return React.createElement(GenTag, { args: args, Comp: Tags_1.TagLink });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.153.0",
3
+ "version": "2.153.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",