@trafilea/afrodita-components 6.38.4 → 6.38.5

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.
@@ -21855,7 +21855,7 @@ var Benefits = newStyled.div(templateObject_4 || (templateObject_4 = __makeTempl
21855
21855
  var theme = _a.theme;
21856
21856
  return theme.colors.shades['10'].color;
21857
21857
  });
21858
- var Benefit = newStyled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: flex;\n align-items: flex-start;\n gap: 8px;\n"], ["\n display: flex;\n align-items: flex-start;\n gap: 8px;\n"])));
21858
+ var Benefit = newStyled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n gap: 8px;\n"], ["\n display: flex;\n align-items: center;\n gap: 8px;\n"])));
21859
21859
  var Actions = newStyled.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: flex;\n width: 100%;\n gap: 8px;\n"], ["\n display: flex;\n width: 100%;\n gap: 8px;\n"])));
21860
21860
  var ImageWrapper = newStyled.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n position: relative;\n display: flex;\n width: ", ";\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n"], ["\n position: relative;\n display: flex;\n width: ", ";\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n"])), function (_a) {
21861
21861
  var width = _a.width;
package/build/index.js CHANGED
@@ -21881,7 +21881,7 @@ var Benefits = newStyled.div(templateObject_4 || (templateObject_4 = __makeTempl
21881
21881
  var theme = _a.theme;
21882
21882
  return theme.colors.shades['10'].color;
21883
21883
  });
21884
- var Benefit = newStyled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: flex;\n align-items: flex-start;\n gap: 8px;\n"], ["\n display: flex;\n align-items: flex-start;\n gap: 8px;\n"])));
21884
+ var Benefit = newStyled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n gap: 8px;\n"], ["\n display: flex;\n align-items: center;\n gap: 8px;\n"])));
21885
21885
  var Actions = newStyled.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: flex;\n width: 100%;\n gap: 8px;\n"], ["\n display: flex;\n width: 100%;\n gap: 8px;\n"])));
21886
21886
  var ImageWrapper = newStyled.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n position: relative;\n display: flex;\n width: ", ";\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n"], ["\n position: relative;\n display: flex;\n width: ", ";\n justify-content: center;\n align-items: center;\n border-radius: 8px;\n"])), function (_a) {
21887
21887
  var width = _a.width;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "6.38.4",
6
+ "version": "6.38.5",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",