@lideralia/alife-uikit 1.2.89 → 1.2.90

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.
@@ -105,7 +105,8 @@ const CarouselScrollFlowers = _ref => {
105
105
  backgroundColor: customColor,
106
106
  color: customColorText,
107
107
  action: () => onSubmit(element),
108
- className: "buttonFlower"
108
+ className: "buttonFlower",
109
+ hasHover: window.matchMedia('(hover: hover)').matches
109
110
  }, selected === element.uuid ? selectedText : selectText))))));
110
111
  };
111
112
  exports.CarouselScrollFlowers = CarouselScrollFlowers;
@@ -45,7 +45,7 @@ exports.CardContent = CardContent;
45
45
  const DropDownStyle = (0, _styledComponents.default)(_Card.Card).withConfig({
46
46
  displayName: "Content__DropDownStyle",
47
47
  componentId: "sc-1bxsr64-0"
48
- })(["&:after{content:' ';width:0;height:0;border-style:solid;border-width:12px 12.5px 0 12.5px;border-color:white transparent transparent transparent;position:absolute;right:18px;transform:rotate(180deg);top:-12px;overflow:hidden;}"]);
48
+ })(["position:absolute;&:after{content:' ';width:0;height:0;border-style:solid;border-width:12px 12.5px 0 12.5px;border-color:white transparent transparent transparent;position:absolute;right:18px;transform:rotate(180deg);top:-12px;overflow:hidden;}"]);
49
49
  CardContent.Header = props => {
50
50
  const [isOpen, setIsOpen] = (0, _react.useState)(false);
51
51
  const onCloseDropdown = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lideralia/alife-uikit",
3
- "version": "1.2.89",
3
+ "version": "1.2.90",
4
4
  "description": "Librería y documentación de componentes, basada en el Design System de Alife.",
5
5
  "homepage": "https://github.com/lideralia/alife-frontend-components#readme",
6
6
  "bugs": {
package/dist/.DS_Store DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file