@storybook/components 6.0.10 → 6.0.14

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.
@@ -92,14 +92,15 @@ var Summary = _theming.styled.div(function (_ref) {
92
92
  flexDirection: isExpanded ? 'column' : 'row',
93
93
  flexWrap: 'wrap',
94
94
  alignItems: 'flex-start',
95
- marginBottom: '-4px'
95
+ marginBottom: '-4px',
96
+ minWidth: 100
96
97
  };
97
98
  });
98
99
 
99
100
  var Text = _theming.styled.span(_shared.codeCommon, function (_ref2) {
100
101
  var theme = _ref2.theme;
101
102
  return {
102
- flex: 0,
103
+ flex: '0 0 auto',
103
104
  fontFamily: theme.typography.fonts.mono,
104
105
  fontSize: theme.typography.size.s1,
105
106
  wordBreak: 'break-word',
@@ -108,7 +109,9 @@ var Text = _theming.styled.span(_shared.codeCommon, function (_ref2) {
108
109
  marginBottom: '4px',
109
110
  paddingTop: '2px',
110
111
  paddingBottom: '2px',
111
- lineHeight: '13px'
112
+ lineHeight: '13px',
113
+ whiteSpace: 'normal',
114
+ maxWidth: '100%'
112
115
  };
113
116
  });
114
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/components",
3
- "version": "6.0.10",
3
+ "version": "6.0.14",
4
4
  "description": "Core Storybook Components",
5
5
  "keywords": [
6
6
  "storybook"
@@ -28,9 +28,9 @@
28
28
  "prepare": "node ../../scripts/prepare.js"
29
29
  },
30
30
  "dependencies": {
31
- "@storybook/client-logger": "6.0.10",
31
+ "@storybook/client-logger": "6.0.14",
32
32
  "@storybook/csf": "0.0.1",
33
- "@storybook/theming": "6.0.10",
33
+ "@storybook/theming": "6.0.14",
34
34
  "@types/overlayscrollbars": "^1.9.0",
35
35
  "@types/react-color": "^3.0.1",
36
36
  "@types/react-syntax-highlighter": "11.0.4",
@@ -64,7 +64,7 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "7bdfb903373a524b2bd23836564163dea9f69372",
67
+ "gitHead": "717fd675c952948094fefd9d7196c5040b95c736",
68
68
  "typesVersions": {
69
69
  "<=3.5": {
70
70
  "*": [