oolib 2.129.4 → 2.129.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.
@@ -134,7 +134,7 @@ var TextInput = function (props) {
134
134
  case 2:
135
135
  validationPlugin = (theme.componentPluginConfigs &&
136
136
  theme.getTenant &&
137
- ((_b = (_a = theme.componentPluginConfigs[getTenant()]) === null || _a === void 0 ? void 0 : _a.TextInput) === null || _b === void 0 ? void 0 : _b.validationPlugin));
137
+ ((_b = (_a = theme.componentPluginConfigs[theme.getTenant()]) === null || _a === void 0 ? void 0 : _a.TextInput) === null || _b === void 0 ? void 0 : _b.validationPlugin));
138
138
  if (!validationPlugin) return [3 /*break*/, 4];
139
139
  setValidationStatus('loading');
140
140
  return [4 /*yield*/, validationPlugin({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.129.4",
3
+ "version": "2.129.5",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",