@festo-ui/react 11.1.0-dev.1031 → 11.1.0-dev.1037

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.
@@ -9,7 +9,7 @@ const CardHeader = /*#__PURE__*/ forwardRef(({ title, subtitle, action, image, c
9
9
  src: image.src
10
10
  }) : null,
11
11
  /*#__PURE__*/ jsxs("div", {
12
- className: classnames('fwe-card-header', className),
12
+ className: classnames('fwe-card-header', 'fwe-d-flex', 'fwe-justify-content-space-between', className),
13
13
  ref: ref,
14
14
  ...props,
15
15
  children: [
@@ -17,6 +17,7 @@ const CardHeader = /*#__PURE__*/ forwardRef(({ title, subtitle, action, image, c
17
17
  className: "fwe-card-title",
18
18
  children: [
19
19
  /*#__PURE__*/ jsx("h5", {
20
+ className: "fwe-overflow-ellipsis-2-lines",
20
21
  children: title
21
22
  }),
22
23
  subtitle && /*#__PURE__*/ jsx("p", {
@@ -24,7 +25,9 @@ const CardHeader = /*#__PURE__*/ forwardRef(({ title, subtitle, action, image, c
24
25
  })
25
26
  ]
26
27
  }),
27
- action
28
+ /*#__PURE__*/ jsx("div", {
29
+ children: action
30
+ })
28
31
  ]
29
32
  })
30
33
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react",
3
- "version": "11.1.0-dev.1031",
3
+ "version": "11.1.0-dev.1037",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",