oolib 2.235.1 → 2.235.2

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.
@@ -54,7 +54,7 @@ var styled_1 = require("../../styled");
54
54
  var CheckboxInput_1 = require("./comps/CheckboxInput");
55
55
  var styled_2 = require("./styled");
56
56
  var Typo2_1 = require("../../../Typo2");
57
- var Tags_1 = require("../../../../Tags");
57
+ var Tags_1 = require("../../../Tags");
58
58
  var OKELink_1 = require("../../../OKELink");
59
59
  var optionsContainers = {
60
60
  checkbox: styled_1.StyledOptionsContainer,
@@ -53,7 +53,7 @@ var _EXPORTS_1 = require("../../../../../utils/_EXPORTS");
53
53
  var styled_1 = require("../../styled");
54
54
  var utils_1 = require("../../utils");
55
55
  var comps_1 = require("./comps");
56
- var Tags_1 = require("../../../../Tags");
56
+ var Tags_1 = require("../../../Tags");
57
57
  function RadioList(_a) {
58
58
  var id = _a.id, _b = _a.injectOtherOption, injectOtherOption = _b === void 0 ? false : _b, valueProp = _a.value, onChange = _a.onChange, saveValueAsString = _a.saveValueAsString, _c = _a.options, options = _c === void 0 ? [] : _c, commonIsCorrectDesc = _a.commonIsCorrectDesc, rightWrongResult = _a.rightWrongResult, _d = _a.optionsLimit, optionsLimit = _d === void 0 ? Infinity : _d, _e = _a.listType, listType = _e === void 0 ? 'horizontal' : _e, disabled = _a.disabled, invert = _a.invert, readOnly = _a.readOnly, S = _a.S;
59
59
  var props = arguments[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.235.1",
3
+ "version": "2.235.2",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",