@storybook/components 7.1.0-alpha.26 → 7.1.0-alpha.28

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/dist/index.d.ts +1 -0
  2. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -170,6 +170,7 @@ interface SyntaxHighlighterBaseProps {
170
170
  lineProps?: LineTagPropsFunction | React.HTMLProps<HTMLElement>;
171
171
  showLineNumbers?: boolean;
172
172
  startingLineNumber?: number;
173
+ wrapLongLines?: boolean;
173
174
  style?: any;
174
175
  useInlineStyles?: boolean;
175
176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/components",
3
- "version": "7.1.0-alpha.26",
3
+ "version": "7.1.0-alpha.28",
4
4
  "description": "Core Storybook Components",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,11 +48,11 @@
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/client-logger": "7.1.0-alpha.26",
51
+ "@storybook/client-logger": "7.1.0-alpha.28",
52
52
  "@storybook/csf": "^0.1.0",
53
53
  "@storybook/global": "^5.0.0",
54
- "@storybook/theming": "7.1.0-alpha.26",
55
- "@storybook/types": "7.1.0-alpha.26",
54
+ "@storybook/theming": "7.1.0-alpha.28",
55
+ "@storybook/types": "7.1.0-alpha.28",
56
56
  "memoizerific": "^1.11.3",
57
57
  "use-resize-observer": "^9.1.0",
58
58
  "util-deprecate": "^1.0.2"
@@ -85,5 +85,5 @@
85
85
  ],
86
86
  "platform": "neutral"
87
87
  },
88
- "gitHead": "515abaa55abc8ad20f906e4ce46cde3d3850991e"
88
+ "gitHead": "301fa4868a78b498d46e2e2907339968f300e1cf"
89
89
  }