@edvisor/product-language 0.8.2-rc1 → 0.8.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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10730,7 +10730,7 @@ const ModalBase = props => {
10730
10730
  const ModalHeader = /*#__PURE__*/styled.header.withConfig({
10731
10731
  displayName: "modal__ModalHeader",
10732
10732
  componentId: "sc-11jj4lm-0"
10733
- })(["height:28px;display:flex;justify-content:space-between;padding:", ";border-bottom:1px solid ", ";"], Padding.m, Borders.Default.Subdued);
10733
+ })(["height:28px;display:flex;justify-content:space-between;padding:", ";border-bottom:1px solid ", ";box-sizing:content-box;"], Padding.m, Borders.Default.Subdued);
10734
10734
  const CloseButton = /*#__PURE__*/styled(IconMinor.Xmark).withConfig({
10735
10735
  displayName: "modal__CloseButton",
10736
10736
  componentId: "sc-11jj4lm-1"
@@ -10738,7 +10738,7 @@ const CloseButton = /*#__PURE__*/styled(IconMinor.Xmark).withConfig({
10738
10738
  const ModalContent$1 = /*#__PURE__*/styled.div.withConfig({
10739
10739
  displayName: "modal__ModalContent",
10740
10740
  componentId: "sc-11jj4lm-2"
10741
- })(["max-height:70vh;overflow-y:scroll;padding:", ";"], Padding.m);
10741
+ })(["max-height:70vh;overflow-y:auto;padding:", ";"], Padding.m);
10742
10742
  const ModalFooter$1 = /*#__PURE__*/styled.footer.withConfig({
10743
10743
  displayName: "modal__ModalFooter",
10744
10744
  componentId: "sc-11jj4lm-3"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.8.2-rc1",
3
+ "version": "0.8.3",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",