@m4l/widgets 0.0.4-beta-feature-655-widget-digitalinput.0 → 0.0.4-beta-feature-655-widget-digitalinput.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.
Files changed (27) hide show
  1. package/cards/WidgetBase/WidgetBase.d.ts.map +1 -1
  2. package/cards/WidgetBase/WidgetBase.js +19 -19
  3. package/cards/WidgetBase/WidgetBase.styles.d.ts.map +1 -1
  4. package/cards/WidgetBase/WidgetBase.styles.js +8 -23
  5. package/cards/WidgetBase/slots/WidgetBaseEnum.d.ts +0 -1
  6. package/cards/WidgetBase/slots/WidgetBaseEnum.d.ts.map +1 -1
  7. package/cards/WidgetBase/slots/WidgetBaseEnum.js +2 -2
  8. package/cards/WidgetBase/slots/WidgetBaseSlots.d.ts +0 -3
  9. package/cards/WidgetBase/slots/WidgetBaseSlots.d.ts.map +1 -1
  10. package/cards/WidgetBase/slots/WidgetBaseSlots.js +13 -17
  11. package/cards/WidgetBaseThreeValues/WidgetBaseThreeValues.js +9 -9
  12. package/cards/WidgetBaseThreeValues/WidgetBaseThreeValues.styles.d.ts.map +1 -1
  13. package/cards/WidgetBaseThreeValues/WidgetBaseThreeValues.styles.js +14 -8
  14. package/cards/WidgetBaseThreeValues/slots/WidgetBaseThreeValuesSlots.d.ts +6 -6
  15. package/cards/WidgetBaseThreeValues/types.d.ts +1 -4
  16. package/cards/WidgetBaseThreeValues/types.d.ts.map +1 -1
  17. package/cards/WidgetDigitalInput/WidgetDigitalInput.d.ts +1 -1
  18. package/cards/WidgetDigitalInput/WidgetDigitalInput.d.ts.map +1 -1
  19. package/cards/WidgetDigitalInput/WidgetDigitalInput.js +30 -29
  20. package/cards/WidgetDigitalInput/WidgetDigitalInput.styles.d.ts.map +1 -1
  21. package/cards/WidgetDigitalInput/WidgetDigitalInput.styles.js +5 -7
  22. package/cards/WidgetDigitalInput/hooks/useGetValues.d.ts +1 -1
  23. package/cards/WidgetDigitalInput/hooks/useGetValues.d.ts.map +1 -1
  24. package/cards/WidgetDigitalInput/hooks/useGetValues.js +7 -6
  25. package/cards/WidgetDigitalInput/types.d.ts +5 -1
  26. package/cards/WidgetDigitalInput/types.d.ts.map +1 -1
  27. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetBase.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetBase/WidgetBase.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAWrE;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,eAAe,oDA6DnG;AAED,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"WidgetBase.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetBase/WidgetBase.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAUrE;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,eAAe,oDA2DnG;AAED,eAAe,UAAU,CAAC"}
@@ -1,26 +1,26 @@
1
- import { jsx as t, jsxs as o } from "@emotion/react/jsx-runtime";
2
- import { WidgetBaseRootStyled as s, WidgetBaseHeaderStyled as c, WidgetBaseHeaderTitleStyled as l, WidgetBaseHeaderActionsStyled as m, WidgetBaseContentStyled as f } from "./slots/WidgetBaseSlots.js";
3
- import { Card as p, Icon as g, IconButton as u, MenuActions as B } from "@m4l/components";
4
- import { NotificationInformationOutlined as S } from "@m4l/icons";
5
- function v({ title: i, children: a, size: e, tooltip: n, isAlarm: d, menuActions: r }) {
6
- return /* @__PURE__ */ t(s, { children: /* @__PURE__ */ o(p, { variant: "outlined", direction: "column", children: [
7
- /* @__PURE__ */ o(c, { children: [
8
- /* @__PURE__ */ t(l, { ownerState: {
1
+ import { jsxs as o, jsx as t } from "@emotion/react/jsx-runtime";
2
+ import { WidgetBaseHeaderStyled as d, WidgetBaseHeaderTitleStyled as c, WidgetBaseHeaderActionsStyled as l, WidgetBaseContentStyled as m } from "./slots/WidgetBaseSlots.js";
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";
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: [
7
+ /* @__PURE__ */ o(d, { children: [
8
+ /* @__PURE__ */ t(c, { ownerState: {
9
9
  size: e
10
- }, children: i }),
11
- /* @__PURE__ */ o(m, { children: [
10
+ }, children: a }),
11
+ /* @__PURE__ */ o(l, { children: [
12
12
  n && /* @__PURE__ */ t(
13
- g,
13
+ p,
14
14
  {
15
- src: /* @__PURE__ */ t(S, {}),
15
+ src: /* @__PURE__ */ t(B, {}),
16
16
  tooltipContent: n,
17
17
  "aria-label": "Información",
18
18
  size: e,
19
19
  color: "info.enabled"
20
20
  }
21
21
  ),
22
- d && /* @__PURE__ */ t(
23
- u,
22
+ s && /* @__PURE__ */ t(
23
+ g,
24
24
  {
25
25
  tooltip: "Alarma",
26
26
  icon: "https://s3.us-east-1.amazonaws.com/static.made4labs/environments/d1/frontend/components/Widgets/assets/icons/siren.svg",
@@ -29,7 +29,7 @@ function v({ title: i, children: a, size: e, tooltip: n, isAlarm: d, menuActions
29
29
  }
30
30
  ),
31
31
  r && /* @__PURE__ */ t(
32
- B,
32
+ u,
33
33
  {
34
34
  menuActions: r,
35
35
  toolTip: "Más acciones",
@@ -38,10 +38,10 @@ function v({ title: i, children: a, size: e, tooltip: n, isAlarm: d, menuActions
38
38
  )
39
39
  ] })
40
40
  ] }),
41
- /* @__PURE__ */ t(f, { children: a })
42
- ] }) });
41
+ /* @__PURE__ */ t(m, { children: i })
42
+ ] });
43
43
  }
44
44
  export {
45
- v as WidgetBase,
46
- v as default
45
+ b as WidgetBase,
46
+ b as default
47
47
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetBase.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetBase/WidgetBase.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,gBAAgB,EAAE,gBAoF9B,CAAC"}
1
+ {"version":3,"file":"WidgetBase.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetBase/WidgetBase.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,gBAAgB,EAAE,gBAqE9B,CAAC"}
@@ -1,21 +1,5 @@
1
- import { getSizeStyles as a, getTypographyStyles as s } from "@m4l/components";
1
+ import { getSizeStyles as s, getTypographyStyles as a } from "@m4l/components";
2
2
  const n = {
3
- /**
4
- * Root container: container query context for responsive layout.
5
- */
6
- widgetBaseRoot: ({ theme: e }) => ({
7
- display: "flex",
8
- flexDirection: "column",
9
- alignItems: "flex-start",
10
- alignSelf: "stretch",
11
- containerName: "root",
12
- containerType: "size",
13
- width: "100%",
14
- height: "100%",
15
- gap: e.vars.size.baseSpacings.sp2,
16
- backgroundColor: e.vars.palette.background.default,
17
- borderRadius: e.vars.size.borderRadius.r3
18
- }),
19
3
  /**
20
4
  * Styles for the header of the widget base component.
21
5
  */
@@ -25,7 +9,7 @@ const n = {
25
9
  alignItems: "center",
26
10
  justifyContent: "flex-start",
27
11
  width: "100%",
28
- ...a(
12
+ ...s(
29
13
  e,
30
14
  t?.size || "medium",
31
15
  "action",
@@ -40,11 +24,11 @@ const n = {
40
24
  * Styles for the title of the header of the widget base component.
41
25
  */
42
26
  widgetBaseHeaderTitle: ({ theme: e, ownerState: t }) => ({
43
- ...s(e?.generalSettings?.isMobile, t?.size || "medium", "captionDens"),
27
+ ...a(e?.generalSettings?.isMobile, t?.size || "medium", "bodyDens"),
44
28
  color: e.vars.palette.text.primary,
45
29
  flexGrow: 1,
46
- flexShrink: 1,
47
- minWidth: 0,
30
+ flexShrink: 0,
31
+ minWidth: 50,
48
32
  textOverflow: "ellipsis",
49
33
  overflow: "hidden",
50
34
  fontFamily: "Inter",
@@ -60,9 +44,10 @@ const n = {
60
44
  display: "flex",
61
45
  flex: "row nowrap",
62
46
  alignItems: "center",
63
- justifyContent: "center",
47
+ justifyContent: "flex-end",
48
+ overflow: "hidden",
64
49
  alignSelf: "center",
65
- flexShrink: 0,
50
+ flexShrink: 1,
66
51
  flexBasis: "auto",
67
52
  gap: e.vars.size.baseSpacings.sp2
68
53
  }),
@@ -3,7 +3,6 @@
3
3
  * Must match the keys in WidgetBase.styles.ts.
4
4
  */
5
5
  export declare enum WidgetBaseSlots {
6
- widgetBaseRoot = "widgetBaseRoot",
7
6
  widgetBaseHeader = "widgetBaseHeader",
8
7
  widgetBaseHeaderTitle = "widgetBaseHeaderTitle",
9
8
  widgetBaseHeaderActions = "widgetBaseHeaderActions",
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetBaseEnum.d.ts","sourceRoot":"","sources":["../../../../../../../packages/widgets/src/cards/WidgetBase/slots/WidgetBaseEnum.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,oBAAY,eAAe;IACzB,cAAc,mBAAmB;IACjC,gBAAgB,qBAAqB;IACrC,qBAAqB,0BAA0B;IAC/C,uBAAuB,4BAA4B;IACnD,iBAAiB,sBAAsB;CACxC"}
1
+ {"version":3,"file":"WidgetBaseEnum.d.ts","sourceRoot":"","sources":["../../../../../../../packages/widgets/src/cards/WidgetBase/slots/WidgetBaseEnum.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,oBAAY,eAAe;IACzB,gBAAgB,qBAAqB;IACrC,qBAAqB,0BAA0B;IAC/C,uBAAuB,4BAA4B;IACnD,iBAAiB,sBAAsB;CACxC"}
@@ -1,4 +1,4 @@
1
- var t = /* @__PURE__ */ ((e) => (e.widgetBaseRoot = "widgetBaseRoot", e.widgetBaseHeader = "widgetBaseHeader", e.widgetBaseHeaderTitle = "widgetBaseHeaderTitle", e.widgetBaseHeaderActions = "widgetBaseHeaderActions", e.widgetBaseContent = "widgetBaseContent", e))(t || {});
1
+ var a = /* @__PURE__ */ ((e) => (e.widgetBaseHeader = "widgetBaseHeader", e.widgetBaseHeaderTitle = "widgetBaseHeaderTitle", e.widgetBaseHeaderActions = "widgetBaseHeaderActions", e.widgetBaseContent = "widgetBaseContent", e))(a || {});
2
2
  export {
3
- t as WidgetBaseSlots
3
+ a as WidgetBaseSlots
4
4
  };
@@ -1,6 +1,3 @@
1
- export declare const WidgetBaseRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
2
- ownerState?: (Partial<import('../types').WidgetBaseOwnerState> & Record<string, unknown>) | undefined;
3
- }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
4
1
  export declare const WidgetBaseHeaderStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
5
2
  ownerState?: (Partial<import('../types').WidgetBaseOwnerState> & Record<string, unknown>) | undefined;
6
3
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetBaseSlots.d.ts","sourceRoot":"","sources":["../../../../../../../packages/widgets/src/cards/WidgetBase/slots/WidgetBaseSlots.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,oBAAoB;;6NAGE,CAAC;AAEpC,eAAO,MAAM,sBAAsB;;6NAGE,CAAC;AAEtC,eAAO,MAAM,2BAA2B;;UAGE,CAAC;AAE3C,eAAO,MAAM,6BAA6B;;6NAGE,CAAC;AAE7C,eAAO,MAAM,uBAAuB;;6NAGE,CAAC"}
1
+ {"version":3,"file":"WidgetBaseSlots.d.ts","sourceRoot":"","sources":["../../../../../../../packages/widgets/src/cards/WidgetBase/slots/WidgetBaseSlots.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB;;6NAGE,CAAC;AAEtC,eAAO,MAAM,2BAA2B;;UAGE,CAAC;AAE3C,eAAO,MAAM,6BAA6B;;6NAGE,CAAC;AAE7C,eAAO,MAAM,uBAAuB;;6NAGE,CAAC"}
@@ -1,28 +1,24 @@
1
1
  import { styled as e } from "@mui/material/styles";
2
2
  import { widgetBaseStyles as t } from "../WidgetBase.styles.js";
3
3
  import { WidgetBaseSlots as d } from "./WidgetBaseEnum.js";
4
- import { WIDGET_BASE_KEY_COMPONENT as o } from "../constants.js";
5
- import { Typography as s } from "@mui/material";
4
+ import { WIDGET_BASE_KEY_COMPONENT as a } from "../constants.js";
5
+ import { Typography as i } from "@mui/material";
6
6
  const B = e("div", {
7
- name: o,
8
- slot: d.widgetBaseRoot
9
- })(t.widgetBaseRoot), l = e("div", {
10
- name: o,
7
+ name: a,
11
8
  slot: d.widgetBaseHeader
12
- })(t.widgetBaseHeader), m = e(s, {
13
- name: o,
9
+ })(t.widgetBaseHeader), l = e(i, {
10
+ name: a,
14
11
  slot: d.widgetBaseHeaderTitle
15
- })(t.widgetBaseHeaderTitle), w = e("div", {
16
- name: o,
12
+ })(t.widgetBaseHeaderTitle), m = e("div", {
13
+ name: a,
17
14
  slot: d.widgetBaseHeaderActions
18
- })(t.widgetBaseHeaderActions), y = e("div", {
19
- name: o,
15
+ })(t.widgetBaseHeaderActions), w = e("div", {
16
+ name: a,
20
17
  slot: d.widgetBaseContent
21
18
  })(t.widgetBaseContent);
22
19
  export {
23
- y as WidgetBaseContentStyled,
24
- w as WidgetBaseHeaderActionsStyled,
25
- l as WidgetBaseHeaderStyled,
26
- m as WidgetBaseHeaderTitleStyled,
27
- B as WidgetBaseRootStyled
20
+ w as WidgetBaseContentStyled,
21
+ m as WidgetBaseHeaderActionsStyled,
22
+ B as WidgetBaseHeaderStyled,
23
+ l as WidgetBaseHeaderTitleStyled
28
24
  };
@@ -1,21 +1,21 @@
1
- import { jsx as e, jsxs as t } from "@emotion/react/jsx-runtime";
2
- import { WidgetBaseThreeValuesRootStyled as o, WidgetBaseThreeValuesContainerStyled as u, WidgetBaseThreeValuesLeftValueStyled as V, WidgetBaseThreeValuesRigthContainerStyled as c, WidgetBaseThreeValuesFirstValueStyled as g, WidgetBaseThreeValuesSecondValueStyled as B } from "./slots/WidgetBaseThreeValuesSlots.js";
1
+ import { jsx as e, jsxs as r } from "@emotion/react/jsx-runtime";
2
+ import { WidgetBaseThreeValuesRootStyled as o, WidgetBaseThreeValuesContainerStyled as u, WidgetBaseThreeValuesLeftValueStyled as g, WidgetBaseThreeValuesRigthContainerStyled as V, WidgetBaseThreeValuesFirstValueStyled as c, WidgetBaseThreeValuesSecondValueStyled as B } from "./slots/WidgetBaseThreeValuesSlots.js";
3
3
  import { WidgetBase as W } from "../WidgetBase/WidgetBase.js";
4
4
  function m({
5
- title: r,
5
+ title: i,
6
6
  leftValue: l,
7
7
  firstValue: d,
8
- secondValue: i,
8
+ secondValue: t,
9
9
  size: a,
10
10
  tooltip: s,
11
11
  isAlarm: h,
12
12
  menuActions: n
13
13
  }) {
14
- return /* @__PURE__ */ e(o, { children: /* @__PURE__ */ e(W, { title: r, size: a, tooltip: s, isAlarm: h, menuActions: n, children: /* @__PURE__ */ t(u, { children: [
15
- /* @__PURE__ */ e(V, { children: l }),
16
- /* @__PURE__ */ t(c, { children: [
17
- /* @__PURE__ */ e(g, { children: d }),
18
- /* @__PURE__ */ e(B, { children: i })
14
+ return /* @__PURE__ */ e(o, { children: /* @__PURE__ */ e(W, { title: i, size: a, tooltip: s, isAlarm: h, menuActions: n, children: /* @__PURE__ */ r(u, { children: [
15
+ /* @__PURE__ */ e(g, { children: l }),
16
+ /* @__PURE__ */ r(V, { children: [
17
+ /* @__PURE__ */ e(c, { children: d }),
18
+ t && /* @__PURE__ */ e(B, { children: t })
19
19
  ] })
20
20
  ] }) }) });
21
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetBaseThreeValues.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetBaseThreeValues/WidgetBaseThreeValues.styles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAE3D,eAAO,MAAM,2BAA2B,EAAE,2BA0EzC,CAAC"}
1
+ {"version":3,"file":"WidgetBaseThreeValues.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetBaseThreeValues/WidgetBaseThreeValues.styles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAE3D,eAAO,MAAM,2BAA2B,EAAE,2BAgFzC,CAAC"}
@@ -4,12 +4,14 @@ const t = {
4
4
  */
5
5
  widgetBaseRoot: () => ({
6
6
  display: "flex",
7
+ containerName: "root",
8
+ containerType: "size",
7
9
  flexDirection: "column",
8
10
  justifyContent: "space-between",
9
11
  alignItems: "center",
10
12
  alignSelf: "stretch",
11
13
  width: "100%",
12
- minHeight: 0,
14
+ minHeight: 50,
13
15
  flex: 1
14
16
  }),
15
17
  /**
@@ -31,7 +33,10 @@ const t = {
31
33
  flex: 0,
32
34
  alignItems: "center",
33
35
  justifyContent: "center",
34
- height: "100%"
36
+ height: "100%",
37
+ "@container root (max-width: 150px)": {
38
+ display: "none"
39
+ }
35
40
  }),
36
41
  /**
37
42
  * Right container.
@@ -41,10 +46,11 @@ const t = {
41
46
  flexDirection: "column",
42
47
  flex: 1,
43
48
  height: "100%",
44
- alignItems: "flex-end",
45
- justifyContent: "center",
49
+ overflow: "hidden",
50
+ textAlign: "right",
51
+ justifyContent: "flex-end",
46
52
  padding: "0 " + e.vars.size.baseSpacings.sp0 + " 0 0",
47
- gap: e.vars.size.baseSpacings["sp1-5"]
53
+ gap: e.vars.size.baseSpacings.sp1
48
54
  }),
49
55
  /**
50
56
  * First value container.
@@ -53,7 +59,7 @@ const t = {
53
59
  display: "flex",
54
60
  flex: 0,
55
61
  alignItems: "center",
56
- justifyContent: "center",
62
+ justifyContent: "flex-end",
57
63
  paddingRight: e.vars.size.baseSpacings.sp1
58
64
  }),
59
65
  /**
@@ -62,8 +68,8 @@ const t = {
62
68
  widgetBaseThreeValuesSecondValue: ({ theme: e }) => ({
63
69
  display: "flex",
64
70
  flex: 0,
65
- alignItems: "center",
66
- justifyContent: "center",
71
+ alignItems: "flex-start",
72
+ justifyContent: "flex-end",
67
73
  paddingRight: e.vars.size.baseSpacings.sp1
68
74
  })
69
75
  };
@@ -1,19 +1,19 @@
1
1
  export declare const WidgetBaseThreeValuesRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
2
- ownerState?: (Partial<import('../types').WidgetBaseThreeValuesOwnerState> & Record<string, unknown>) | undefined;
2
+ ownerState?: any;
3
3
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
4
4
  export declare const WidgetBaseThreeValuesContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
5
- ownerState?: (Partial<import('../types').WidgetBaseThreeValuesOwnerState> & Record<string, unknown>) | undefined;
5
+ ownerState?: any;
6
6
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
7
7
  export declare const WidgetBaseThreeValuesLeftValueStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
8
- ownerState?: (Partial<import('../types').WidgetBaseThreeValuesOwnerState> & Record<string, unknown>) | undefined;
8
+ ownerState?: any;
9
9
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
10
10
  export declare const WidgetBaseThreeValuesRigthContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
11
- ownerState?: (Partial<import('../types').WidgetBaseThreeValuesOwnerState> & Record<string, unknown>) | undefined;
11
+ ownerState?: any;
12
12
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
13
13
  export declare const WidgetBaseThreeValuesFirstValueStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
14
- ownerState?: (Partial<import('../types').WidgetBaseThreeValuesOwnerState> & Record<string, unknown>) | undefined;
14
+ ownerState?: any;
15
15
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
16
16
  export declare const WidgetBaseThreeValuesSecondValueStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
17
- ownerState?: (Partial<import('../types').WidgetBaseThreeValuesOwnerState> & Record<string, unknown>) | undefined;
17
+ ownerState?: any;
18
18
  }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
19
19
  //# sourceMappingURL=WidgetBaseThreeValuesSlots.d.ts.map
@@ -11,15 +11,12 @@ export interface WidgetBaseThreeValuesProps {
11
11
  title: string;
12
12
  leftValue: ReactNode;
13
13
  firstValue: ReactNode;
14
- secondValue: ReactNode;
14
+ secondValue?: ReactNode;
15
15
  size?: Extract<Sizes, 'small' | 'medium'>;
16
16
  tooltip?: string;
17
17
  isAlarm?: boolean;
18
18
  menuActions?: MenuAction[];
19
19
  }
20
- export type WidgetBaseThreeValuesOwnerState = {
21
- size?: WidgetBaseThreeValuesProps['size'];
22
- };
23
20
  export type WidgetBaseThreeValuesSlotsType = keyof typeof WidgetBaseThreeValuesSlots;
24
21
  export type WidgetBaseThreeValuesStyles = M4LOverridesStyleRules<WidgetBaseThreeValuesSlotsType, typeof WIDGET_BASE_THREE_VALUES_KEY_COMPONENT, Theme>;
25
22
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetBaseThreeValues/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAE,sCAAsC,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,SAAS,CAAC;IACtB,WAAW,EAAE,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;CAC5B;AAED,MAAM,MAAM,+BAA+B,GAAG;IAC5C,IAAI,CAAC,EAAE,0BAA0B,CAAC,MAAM,CAAC,CAAC;CAC3C,CAAC;AACF,MAAM,MAAM,8BAA8B,GAAG,MAAM,OAAO,0BAA0B,CAAC;AACrF,MAAM,MAAM,2BAA2B,GAAG,sBAAsB,CAAC,8BAA8B,EAAE,OAAO,sCAAsC,EAAE,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetBaseThreeValues/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAE,sCAAsC,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,SAAS,CAAC;IACtB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;CAC5B;AAED,MAAM,MAAM,8BAA8B,GAAG,MAAM,OAAO,0BAA0B,CAAC;AACrF,MAAM,MAAM,2BAA2B,GAAG,sBAAsB,CAAC,8BAA8B,EAAE,OAAO,sCAAsC,EAAE,KAAK,CAAC,CAAC"}
@@ -15,6 +15,6 @@ import { WidgetDigitalInputProps } from './types';
15
15
  * @param isAlarm - Is alarm of the widget.
16
16
  * @param menuActions - Menu actions of the widget.
17
17
  */
18
- export declare function WidgetDigitalInput({ title, isOpen, titleOpen, titleClosed, imageUrlOpen, imageUrlClosed, value, chipColorOpen, size, tooltip, isAlarm, menuActions, }: WidgetDigitalInputProps): import("@emotion/react/jsx-runtime").JSX.Element;
18
+ export declare function WidgetDigitalInput({ title, isOpen, titleOpen, titleClosed, imageUrlOpen, imageUrlClosed, secondValue, chipColorOpen, size, tooltip, isAlarm, menuActions, }: WidgetDigitalInputProps): import("@emotion/react/jsx-runtime").JSX.Element;
19
19
  export default WidgetDigitalInput;
20
20
  //# sourceMappingURL=WidgetDigitalInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetDigitalInput.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetDigitalInput/WidgetDigitalInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgC,KAAK,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAQrF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,KAAK,EACL,MAAM,EACN,SAAS,EACT,WAAW,EACX,YAAY,EACZ,cAAc,EACd,KAAK,EACL,aAAsB,EACtB,IAAI,EACJ,OAAO,EACP,OAAO,EACP,WAAW,GACZ,EAAE,uBAAuB,oDAsCzB;AAED,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"WidgetDigitalInput.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetDigitalInput/WidgetDigitalInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgC,KAAK,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAQrF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,KAAK,EACL,MAAM,EACN,SAAS,EACT,WAAW,EACX,YAAY,EACZ,cAAc,EACd,WAAW,EACX,aAAsB,EACtB,IAAI,EACJ,OAAO,EACP,OAAO,EACP,WAAW,GACZ,EAAE,uBAAuB,oDAyCzB;AAED,eAAe,kBAAkB,CAAC"}
@@ -1,45 +1,46 @@
1
- import { jsx as t } from "@emotion/react/jsx-runtime";
2
- import { WidgetDigitalInputRootStyled as c, WidgetDigitalInputSecondValueStyled as V } from "./slots/WidgetDigitalInputSlots.js";
3
- import { WidgetBaseThreeValues as S } from "../WidgetBaseThreeValues/WidgetBaseThreeValues.js";
1
+ import { jsx as e } from "@emotion/react/jsx-runtime";
2
+ import { WidgetDigitalInputRootStyled as c, WidgetDigitalInputSecondValueStyled as S } from "./slots/WidgetDigitalInputSlots.js";
3
+ import { WidgetBaseThreeValues as V } from "../WidgetBaseThreeValues/WidgetBaseThreeValues.js";
4
4
  import { useGetValues as W } from "./hooks/useGetValues.js";
5
5
  function y({
6
- title: i,
7
- isOpen: o,
8
- titleOpen: r,
9
- titleClosed: a,
10
- imageUrlOpen: l,
11
- imageUrlClosed: n,
12
- value: u,
6
+ title: o,
7
+ isOpen: r,
8
+ titleOpen: a,
9
+ titleClosed: l,
10
+ imageUrlOpen: n,
11
+ imageUrlClosed: u,
12
+ secondValue: i,
13
13
  chipColorOpen: d = "info",
14
- size: e,
14
+ size: t,
15
15
  tooltip: f,
16
16
  isAlarm: m,
17
- menuActions: s
17
+ menuActions: g
18
18
  }) {
19
19
  const [
20
- g,
21
- p
20
+ p,
21
+ s
22
22
  ] = W({
23
- isOpen: o,
24
- titleOpen: r,
25
- titleClosed: a,
23
+ isOpen: r,
24
+ titleOpen: a,
25
+ titleClosed: l,
26
26
  chipColorOpen: d,
27
- imageUrlOpen: l,
28
- imageUrlClosed: n
27
+ imageUrlOpen: n,
28
+ imageUrlClosed: u,
29
+ size: t
29
30
  });
30
- return /* @__PURE__ */ t(c, { children: /* @__PURE__ */ t(
31
- S,
31
+ return /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e(
32
+ V,
32
33
  {
33
- title: i,
34
- leftValue: p,
35
- firstValue: g,
36
- secondValue: /* @__PURE__ */ t(V, { ownerState: {
37
- size: e
38
- }, children: u }),
39
- size: e,
34
+ title: o,
35
+ leftValue: s,
36
+ firstValue: p,
37
+ secondValue: i && /* @__PURE__ */ e(S, { ownerState: {
38
+ size: t
39
+ }, children: i }),
40
+ size: t,
40
41
  tooltip: f,
41
42
  isAlarm: m,
42
- menuActions: s
43
+ menuActions: g
43
44
  }
44
45
  ) });
45
46
  }
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetDigitalInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetDigitalInput/WidgetDigitalInput.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD,eAAO,MAAM,wBAAwB,EAAE,wBA8BtC,CAAC"}
1
+ {"version":3,"file":"WidgetDigitalInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetDigitalInput/WidgetDigitalInput.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD,eAAO,MAAM,wBAAwB,EAAE,wBA4BtC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { getTypographyStyles as i } from "@m4l/components";
2
- const o = {
2
+ const l = {
3
3
  /**
4
4
  * Root container: container query context for responsive layout.
5
5
  */
@@ -20,15 +20,13 @@ const o = {
20
20
  WebkitTextStrokeColor: t.vars.palette.text.secondary,
21
21
  overflow: "hidden",
22
22
  textOverflow: "ellipsis",
23
- fontFamily: "Jura",
23
+ whiteSpace: "nowrap",
24
+ fontFamily: "Inter",
24
25
  fontWeight: 700,
25
26
  minWidth: 0,
26
- display: "-webkit-box",
27
- WebkitBoxOrient: "vertical",
28
- WebkitLineClamp: 2,
29
- lineClamp: 2
27
+ width: "100%"
30
28
  })
31
29
  };
32
30
  export {
33
- o as widgetDigitalInputStyles
31
+ l as widgetDigitalInputStyles
34
32
  };
@@ -2,5 +2,5 @@ import { useGetValuesProps } from '../types';
2
2
  /**
3
3
  * Resolves the first value (Chip) and image to display based on open/closed state.
4
4
  */
5
- export declare function useGetValues({ isOpen, titleOpen, titleClosed, chipColorOpen, imageUrlOpen, imageUrlClosed, }: useGetValuesProps): import("@emotion/react/jsx-runtime").JSX.Element[];
5
+ export declare function useGetValues({ isOpen, titleOpen, titleClosed, chipColorOpen, imageUrlOpen, imageUrlClosed, size, }: useGetValuesProps): import("@emotion/react/jsx-runtime").JSX.Element[];
6
6
  //# sourceMappingURL=useGetValues.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useGetValues.d.ts","sourceRoot":"","sources":["../../../../../../../packages/widgets/src/cards/WidgetDigitalInput/hooks/useGetValues.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAElD;;GAEG;AACH,wBAAgB,YAAY,CAAC,EAC3B,MAAM,EACN,SAAS,EACT,WAAW,EACX,aAAa,EACb,YAAY,EACZ,cAAc,GACf,EAAE,iBAAiB,sDAiBnB"}
1
+ {"version":3,"file":"useGetValues.d.ts","sourceRoot":"","sources":["../../../../../../../packages/widgets/src/cards/WidgetDigitalInput/hooks/useGetValues.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAElD;;GAEG;AACH,wBAAgB,YAAY,CAAC,EAC3B,MAAM,EACN,SAAS,EACT,WAAW,EACX,aAAa,EACb,YAAY,EACZ,cAAc,EACd,IAAI,GACL,EAAE,iBAAiB,sDAiBnB"}
@@ -1,17 +1,18 @@
1
1
  import { jsx as m } from "@emotion/react/jsx-runtime";
2
2
  import { useMemo as f } from "react";
3
- import { Chip as h, Image as d } from "@m4l/components";
4
- function V({
3
+ import { Chip as i, Image as d } from "@m4l/components";
4
+ function b({
5
5
  isOpen: t,
6
6
  titleOpen: a,
7
7
  titleClosed: c,
8
8
  chipColorOpen: r,
9
9
  imageUrlOpen: o,
10
- imageUrlClosed: u
10
+ imageUrlClosed: u,
11
+ size: e
11
12
  }) {
12
- const e = t ? a : c, l = f(() => /* @__PURE__ */ m(h, { color: t ? r : "default", label: e }), [t, r, e]), s = f(() => /* @__PURE__ */ m(d, { src: t ? o : u, alt: t ? "Open" : "Closed", width: 50, height: 50 }), [t, o, u]);
13
- return [l, s];
13
+ const l = t ? a : c, s = f(() => /* @__PURE__ */ m(i, { color: t ? r : "default", label: l, size: e, ellipsis: !0 }), [t, r, l, e]), h = f(() => /* @__PURE__ */ m(d, { src: t ? o : u, alt: t ? "Open" : "Closed", width: 50, height: 50 }), [t, o, u]);
14
+ return [s, h];
14
15
  }
15
16
  export {
16
- V as useGetValues
17
+ b as useGetValues
17
18
  };
@@ -13,13 +13,16 @@ export interface WidgetDigitalInputProps {
13
13
  titleClosed: string;
14
14
  imageUrlOpen: string;
15
15
  imageUrlClosed: string;
16
- value?: string;
16
+ secondValue?: string;
17
17
  chipColorOpen?: Extract<ChipColorOptions, 'info' | 'error'>;
18
18
  isAlarm?: boolean;
19
19
  size?: Extract<Sizes, 'small' | 'medium'>;
20
20
  tooltip?: string;
21
21
  menuActions?: MenuAction[];
22
22
  }
23
+ /**
24
+ * Props for the useGetValues hook.
25
+ */
23
26
  export interface useGetValuesProps {
24
27
  isOpen: boolean;
25
28
  titleOpen: string;
@@ -27,6 +30,7 @@ export interface useGetValuesProps {
27
30
  chipColorOpen?: ChipColorOptions;
28
31
  imageUrlOpen: string;
29
32
  imageUrlClosed: string;
33
+ size?: Extract<Sizes, 'small' | 'medium'>;
30
34
  }
31
35
  export type WidgetDigitalInputOwnerState = {
32
36
  size?: WidgetDigitalInputProps['size'];
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetDigitalInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAE,kCAAkC,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;IAC5D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,gBAAgB,CAAC;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,CAAC,EAAE,uBAAuB,CAAC,MAAM,CAAC,CAAC;CACxC,CAAC;AACF,MAAM,MAAM,2BAA2B,GAAG,MAAM,OAAO,uBAAuB,CAAC;AAC/E,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,CAAC,2BAA2B,EAAE,OAAO,kCAAkC,EAAE,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/widgets/src/cards/WidgetDigitalInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAE,kCAAkC,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;IAC5D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,gBAAgB,CAAC;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;CAC3C;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,CAAC,EAAE,uBAAuB,CAAC,MAAM,CAAC,CAAC;CACxC,CAAC;AACF,MAAM,MAAM,2BAA2B,GAAG,MAAM,OAAO,uBAAuB,CAAC;AAC/E,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,CAAC,2BAA2B,EAAE,OAAO,kCAAkC,EAAE,KAAK,CAAC,CAAC"}
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.0",
3
+ "version": "0.0.4-beta-feature-655-widget-digitalinput.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },