@storybook/components 6.5.0-beta.8 → 6.5.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.
Files changed (25) hide show
  1. package/dist/cjs/{Color-ab37fa61.js → Color-90d9da2c.js} +2 -2
  2. package/dist/cjs/{OverlayScrollbars-6e69c99f.js → OverlayScrollbars-82979310.js} +2 -2
  3. package/dist/cjs/{WithTooltip-460d00ad.js → WithTooltip-60d59c62.js} +2 -2
  4. package/dist/cjs/{formatter-9109d2ae.js → formatter-adb74648.js} +1 -1
  5. package/dist/cjs/{index-cd84b86a.js → index-97a2a5a9.js} +23 -110
  6. package/dist/cjs/index.js +2 -2
  7. package/dist/cjs/syntaxhighlighter-bc65a250.js +211 -0
  8. package/dist/esm/{Color-a159ae15.js → Color-01c31ae2.js} +2 -2
  9. package/dist/esm/{OverlayScrollbars-a2bd4cea.js → OverlayScrollbars-9b821cbe.js} +2 -2
  10. package/dist/esm/{WithTooltip-b75eefc8.js → WithTooltip-2fc4c925.js} +2 -2
  11. package/dist/esm/{formatter-4df2e127.js → formatter-9bb0ae57.js} +1 -1
  12. package/dist/esm/{index-2a91f2bc.js → index-3ae04fda.js} +24 -111
  13. package/dist/esm/index.js +2 -2
  14. package/dist/esm/syntaxhighlighter-b09267a2.js +229 -0
  15. package/dist/modern/{Color-8e98d21f.js → Color-adcd690c.js} +2 -2
  16. package/dist/modern/{OverlayScrollbars-a4969259.js → OverlayScrollbars-2dbee1e7.js} +2 -2
  17. package/dist/modern/{WithTooltip-069246bb.js → WithTooltip-e676f2b3.js} +2 -2
  18. package/dist/modern/{formatter-0e68a4fc.js → formatter-409edac5.js} +1 -1
  19. package/dist/modern/{index-0619466c.js → index-377367fa.js} +24 -111
  20. package/dist/modern/index.js +2 -2
  21. package/dist/modern/syntaxhighlighter-a425409f.js +157 -0
  22. package/package.json +8 -8
  23. package/dist/cjs/syntaxhighlighter-b73c8adf.js +0 -10216
  24. package/dist/esm/syntaxhighlighter-af6b50e9.js +0 -10291
  25. package/dist/modern/syntaxhighlighter-fd785d56.js +0 -10198
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-cd84b86a.js');
3
+ var index = require('./index-97a2a5a9.js');
4
4
 
5
5
  var React = require('react');
6
6
 
@@ -8,7 +8,7 @@ var theming = require('@storybook/theming');
8
8
 
9
9
  require('@storybook/csf');
10
10
 
11
- require('util');
11
+ require('qs');
12
12
 
13
13
  require('@storybook/client-logger');
14
14
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-cd84b86a.js');
3
+ var index = require('./index-97a2a5a9.js');
4
4
 
5
5
  var React = require('react');
6
6
 
@@ -8,7 +8,7 @@ require('@storybook/theming');
8
8
 
9
9
  require('@storybook/csf');
10
10
 
11
- require('util');
11
+ require('qs');
12
12
 
13
13
  require('@storybook/client-logger');
14
14
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-cd84b86a.js');
3
+ var index = require('./index-97a2a5a9.js');
4
4
 
5
5
  var React = require('react');
6
6
 
@@ -10,7 +10,7 @@ var reactDom = require('react-dom');
10
10
 
11
11
  require('@storybook/csf');
12
12
 
13
- require('util');
13
+ require('qs');
14
14
 
15
15
  require('@storybook/client-logger');
16
16
 
@@ -1,4 +1,4 @@
1
- 'use strict';require("core-js/modules/es.typed-array.set.js");var index=require('./index-cd84b86a.js');require('react');require('@storybook/theming');require('@storybook/csf');require('util');require('@storybook/client-logger');var parserHtml={exports:{}};(function(module,exports){!function(e,t){module.exports=t();}(index.commonjsGlobal,function(){var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof index.commonjsGlobal?index.commonjsGlobal:"undefined"!=typeof self?self:{};function t(e){var t={exports:{}};return e(t,t.exports),t.exports;}var r=t(function(e,t){function r(e){return t.$0<=e&&e<=t.$9;}/**
1
+ 'use strict';require("core-js/modules/es.typed-array.set.js");var index=require('./index-97a2a5a9.js');require('react');require('@storybook/theming');require('@storybook/csf');require('qs');require('@storybook/client-logger');var parserHtml={exports:{}};(function(module,exports){!function(e,t){module.exports=t();}(index.commonjsGlobal,function(){var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof index.commonjsGlobal?index.commonjsGlobal:"undefined"!=typeof self?self:{};function t(e){var t={exports:{}};return e(t,t.exports),t.exports;}var r=t(function(e,t){function r(e){return t.$0<=e&&e<=t.$9;}/**
2
2
  * @license
3
3
  * Copyright Google Inc. All Rights Reserved.
4
4
  *