@m4l/widgets 0.0.4-beta-feature-655-widget-digitalinput.2 → 0.0.4-beta-feature-655-widget-digitalinput.3

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.
@@ -1,9 +1,9 @@
1
1
  import { jsxs as o, jsx as t } from "@emotion/react/jsx-runtime";
2
2
  import { WidgetBaseHeaderStyled as d, WidgetBaseHeaderTitleStyled as c, WidgetBaseHeaderActionsStyled as l, WidgetBaseContentStyled as m } from "./slots/WidgetBaseSlots.js";
3
3
  import { Card as f, Icon as p, IconButton as g, MenuActions as u } from "@m4l/components";
4
- import { NotificationInformationOutlined as B } from "@m4l/icons";
4
+ import { NotificationInformationOutlined as h } from "@m4l/icons";
5
5
  function b({ title: a, children: i, size: e, tooltip: n, isAlarm: s, menuActions: r }) {
6
- return /* @__PURE__ */ o(f, { variant: "outlined", direction: "column", gap: "compact", children: [
6
+ return /* @__PURE__ */ o(f, { variant: "outlined", direction: "column", gap: "compact", height: 104, children: [
7
7
  /* @__PURE__ */ o(d, { children: [
8
8
  /* @__PURE__ */ t(c, { ownerState: {
9
9
  size: e
@@ -12,7 +12,7 @@ function b({ title: a, children: i, size: e, tooltip: n, isAlarm: s, menuActions
12
12
  n && /* @__PURE__ */ t(
13
13
  p,
14
14
  {
15
- src: /* @__PURE__ */ t(B, {}),
15
+ src: /* @__PURE__ */ t(h, {}),
16
16
  tooltipContent: n,
17
17
  "aria-label": "Información",
18
18
  size: e,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/widgets",
3
- "version": "0.0.4-beta-feature-655-widget-digitalinput.2",
3
+ "version": "0.0.4-beta-feature-655-widget-digitalinput.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },