@edvisor/product-language 0.8.6 → 0.8.7-rc1

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 (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6683,11 +6683,11 @@ const IconContainer = /*#__PURE__*/styled.div.withConfig({
6683
6683
  const AlertFooter = /*#__PURE__*/styled.footer.withConfig({
6684
6684
  displayName: "alert-banner__AlertFooter",
6685
6685
  componentId: "g6nsx9-2"
6686
- })(["width:100%;padding:", " ", " ", ";bottom:0;box-sizing:border-box;display:flex;gap:", ""], Padding.m, Padding.xl, Padding.none, Gap.xs);
6686
+ })(["width:100%;padding:", " ", " ", ";bottom:0;box-sizing:border-box;display:flex;gap:", ";"], Padding.m, Padding.xl, Padding.none, Gap.xs);
6687
6687
  const Content$1 = /*#__PURE__*/styled(Body).withConfig({
6688
6688
  displayName: "alert-banner__Content",
6689
6689
  componentId: "g6nsx9-3"
6690
- })(["padding-left:", ";flex:1;"], Padding.m);
6690
+ })(["padding-left:", ";flex:1;overflow:auto;"], Padding.m);
6691
6691
  const CloseButton$2 = /*#__PURE__*/styled(IconMinor.Xmark).withConfig({
6692
6692
  displayName: "alert-banner__CloseButton",
6693
6693
  componentId: "g6nsx9-4"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.8.6",
3
+ "version": "0.8.7-rc1",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",