oolib 2.20.0 → 2.20.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.
@@ -44,7 +44,7 @@ exports.StyledOption = styled_components_1.default.div(templateObject_2 || (temp
44
44
  exports.StyledRadioInput = styled_components_1.default.button(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n border-radius: 50%;\n width: 2rem;\n height: 2rem;\n border: 2px solid ", ";\n background-color: ", ";\n flex: 0 0 auto;\n ", "\n\n ", "\n\n"], ["\n border-radius: 50%;\n width: 2rem;\n height: 2rem;\n border: 2px solid ", ";\n background-color: ", ";\n flex: 0 0 auto;\n ", "\n\n ", "\n\n"])), function (_a) {
45
45
  var theme = _a.theme;
46
46
  return (0, utilsOolib_1.getPrimaryColor100)(theme.colors);
47
- }, none, (0, mixins_1.transition)('backgrund-color', 0.2), function (_a) {
47
+ }, none, (0, mixins_1.transition)('background-color 0.2s'), function (_a) {
48
48
  var isSelected = _a.isSelected;
49
49
  return isSelected && (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color:", ";\n display: flex;\n align-items: center;\n justify-content: center;\n "], ["\n background-color:", ";\n display: flex;\n align-items: center;\n justify-content: center;\n "])), function (_a) {
50
50
  var theme = _a.theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.20.0",
3
+ "version": "2.20.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",