@widergy/energy-ui 3.22.1 → 3.22.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [3.22.3](https://github.com/widergy/energy-ui/compare/v3.22.2...v3.22.3) (2024-10-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * table fixes ([#497](https://github.com/widergy/energy-ui/issues/497)) ([447ee50](https://github.com/widergy/energy-ui/commit/447ee5079092ca7348b15a37a292d7ddaaabe1d1))
7
+
8
+ ## [3.22.2](https://github.com/widergy/energy-ui/compare/v3.22.1...v3.22.2) (2024-09-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * minor fix ([#499](https://github.com/widergy/energy-ui/issues/499)) ([d09e87a](https://github.com/widergy/energy-ui/commit/d09e87a50f8eac7b99d418764a6ef1b598ee7597))
14
+
1
15
  ## [3.22.1](https://github.com/widergy/energy-ui/compare/v3.22.0...v3.22.1) (2024-09-25)
2
16
 
3
17
 
@@ -44,21 +44,16 @@ const getIconProps = _ref2 => {
44
44
  theme,
45
45
  shade: fillShade || _constants.DEFAULT_INTERNAL_SHADE
46
46
  });
47
- const baseIconProps = {
48
- flexShrink: 0
49
- };
50
47
  const defaultIconProps = {
51
48
  color: iconColor,
52
- size,
53
- ...baseIconProps
49
+ size
54
50
  };
55
51
  const energyIconProps = {
56
52
  stroke: iconColor,
57
53
  ...(size && {
58
54
  width: size,
59
55
  height: size
60
- }),
61
- ...baseIconProps
56
+ })
62
57
  };
63
58
  return {
64
59
  style: filled ? {
@@ -65,4 +65,5 @@
65
65
  .responsiveRow {
66
66
  display: flex;
67
67
  flex-direction: column !important;
68
+ margin-bottom: 16px !important;
68
69
  }
@@ -46,8 +46,8 @@
46
46
  width: calc(100% - 64px);
47
47
 
48
48
  @media #{$tablet-mobile} {
49
- padding: 0 16px 16px;
50
- width: calc(100% - 32px);
49
+ padding: 0 16px 16px !important;
50
+ width: calc(100% - 32px) !important;
51
51
  }
52
52
  }
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.22.1",
3
+ "version": "3.22.3",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",