tenjin-ui-kit 0.2.126 → 0.2.127

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.
@@ -150,6 +150,11 @@ function BreadCrumbs(props) {
150
150
  fontWeight: "bold",
151
151
  color: breadcrumb !== null && breadcrumb !== void 0 && breadcrumb.active ? "#000000DE" : "#44409A"
152
152
  }, _defineProperty(_ref, "fontWeight", 500), _defineProperty(_ref, "cursor", breadcrumb.active !== true && "pointer"), _ref)
153
- }, /*#__PURE__*/React.createElement(_text.default, null, breadcrumb === null || breadcrumb === void 0 ? void 0 : breadcrumb.title));
153
+ }, /*#__PURE__*/React.createElement("span", {
154
+ style: {
155
+ display: "flex",
156
+ marginRight: "3px"
157
+ }
158
+ }, breadcrumb.icon), /*#__PURE__*/React.createElement(_text.default, null, breadcrumb === null || breadcrumb === void 0 ? void 0 : breadcrumb.title));
154
159
  })));
155
160
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.126",
3
+ "version": "0.2.127",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.126",
3
+ "version": "0.2.127",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },