@stokr/components-library 2.3.42-beta.1 → 2.3.42-beta.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.
@@ -195,7 +195,7 @@ exports.CTAContainer = CTAContainer;
195
195
  var SocialLinksContainer = _styledComponents.default.div.withConfig({
196
196
  displayName: "Headerstyles__SocialLinksContainer",
197
197
  componentId: "sc-hifrdy-24"
198
- })(["display:flex !important;flex-wrap:nowrap !important;justify-content:", ";"], function (props) {
198
+ })(["display:flex !important;flex-wrap:nowrap !important;justify-content:", ";& > *{flex:none !important;}"], function (props) {
199
199
  return props.isHeader ? 'center' : null;
200
200
  });
201
201
  exports.SocialLinksContainer = SocialLinksContainer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "2.3.42-beta.1",
3
+ "version": "2.3.42-beta.2",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",