@lideralia/alife-uikit 1.2.85 → 1.2.87

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.
@@ -20,13 +20,13 @@ function SvgIconHeadphones(props) {
20
20
  stroke: props.stroke
21
21
  }, props), React.createElement("path", {
22
22
  d: "M3 12.75v0a.75.75 0 01-.75-.75V9A6.75 6.75 0 019 2.25v0A6.75 6.75 0 0115.75 9v3a.75.75 0 01-.75.75v0",
23
- stroke: "#4C4C5B",
23
+ stroke: "inherit",
24
24
  strokeWidth: 1.5,
25
25
  strokeLinecap: "round",
26
26
  strokeLinejoin: "round"
27
27
  }), React.createElement("path", {
28
28
  d: "M3 12.25a2.5 2.5 0 012.5-2.5v0c.69 0 1.25.56 1.25 1.25v3.5c0 .69-.56 1.25-1.25 1.25v0a2.5 2.5 0 01-2.5-2.5v-1zM11.25 11c0-.69.56-1.25 1.25-1.25v0a2.5 2.5 0 012.5 2.5v1a2.5 2.5 0 01-2.5 2.5v0c-.69 0-1.25-.56-1.25-1.25V11z",
29
- stroke: "#4C4C5B",
29
+ stroke: "inherit",
30
30
  strokeWidth: 1.5,
31
31
  strokeLinecap: "round",
32
32
  strokeLinejoin: "round"
@@ -105,7 +105,7 @@ const Header = (_ref, props) => {
105
105
  fontWeight: "bold",
106
106
  sizeButton: "none",
107
107
  rounded: false,
108
- backgroundColor: customButtonColor,
108
+ backgroundColor: "transparent",
109
109
  color: customTextColor || 'black84',
110
110
  boxShadow: "none",
111
111
  hasHover: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lideralia/alife-uikit",
3
- "version": "1.2.85",
3
+ "version": "1.2.87",
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": {