@scality/core-ui 0.142.0 → 0.143.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"StyledTabs.d.ts","sourceRoot":"","sources":["../../../src/lib/components/tabsv2/StyledTabs.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM,yGAGlB,CAAC;AACF,eAAO,MAAM,OAAO;;;;;;SAkDnB,CAAC;AACF,eAAO,MAAM,aAAa;;;SA4BzB,CAAC;AACF,eAAO,MAAM,UAAU;;;SAatB,CAAC;AACF,eAAO,MAAM,mBAAmB,yGAE/B,CAAC;AACF,eAAO,MAAM,YAAY,yGAYxB,CAAC"}
1
+ {"version":3,"file":"StyledTabs.d.ts","sourceRoot":"","sources":["../../../src/lib/components/tabsv2/StyledTabs.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM,yGAGlB,CAAC;AACF,eAAO,MAAM,OAAO;;;;;;SAkDnB,CAAC;AACF,eAAO,MAAM,aAAa;;;SA4BzB,CAAC;AACF,eAAO,MAAM,UAAU;;;SAYtB,CAAC;AACF,eAAO,MAAM,mBAAmB,yGAE/B,CAAC;AACF,eAAO,MAAM,YAAY,yGAYxB,CAAC"}
@@ -80,7 +80,6 @@ export const TabContent = styled.div `
80
80
  width: 100%;
81
81
  height: 100%;
82
82
  box-sizing: border-box;
83
- overflow: auto;
84
83
  background-color: ${(props) => props.tabContentColor || props.theme.backgroundLevel4};
85
84
  `;
86
85
  export const ScrollableContainer = styled.div `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scality/core-ui",
3
- "version": "0.142.0",
3
+ "version": "0.143.0",
4
4
  "description": "Scality common React component library",
5
5
  "author": "Scality Engineering",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -95,7 +95,6 @@ export const TabContent = styled.div<{
95
95
  width: 100%;
96
96
  height: 100%;
97
97
  box-sizing: border-box;
98
- overflow: auto;
99
98
  background-color: ${(props) =>
100
99
  props.tabContentColor || props.theme.backgroundLevel4};
101
100
  `;