react-cosmos-ui 6.0.0-beta.7 → 6.0.0-beta.8

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.
package/dist/index.d.ts CHANGED
@@ -32,4 +32,3 @@ export * from './slots/SidePanelRowSlot.js';
32
32
  export * from './slots/ValueInputSlot.js';
33
33
  export * from './style/colors.js';
34
34
  export * from './style/vars.js';
35
- export * from './testHelpers/pluginMocks.js';
package/dist/index.js CHANGED
@@ -32,4 +32,3 @@ export * from './slots/SidePanelRowSlot.js';
32
32
  export * from './slots/ValueInputSlot.js';
33
33
  export * from './style/colors.js';
34
34
  export * from './style/vars.js';
35
- export * from './testHelpers/pluginMocks.js';
@@ -1343,7 +1343,7 @@
1343
1343
  }
1344
1344
 
1345
1345
  a {}
1346
- `;async function hh({playgroundConfig:n,pluginConfigs:o}){const{loadPlugins:a,Slot:i}=r;a({config:{...dh,...n}}),await Promise.all(o.map((async e=>{e.ui&&await async function(e){console.log(`[Cosmos] Loading plugin script at ${e}`);const t=e.startsWith("/")?e:`/${e}`;try{await import(`./_plugin${t}`)}catch(t){console.log(`[Cosmos] Failed to load plugin script ${e}`),console.log(t)}}(e.ui)}))),t.createRoot(document.getElementById("root")).render(e.createElement(e.Fragment,null,e.createElement(ph,null),e.createElement(i,{name:"root"})))}Te`
1346
+ `;async function hh({playgroundConfig:n,pluginConfigs:o}){const{loadPlugins:a,Slot:i}=r;await Promise.all(o.map((async e=>{e.ui&&await async function(e){console.log(`[Cosmos] Loading plugin script at ${e}`);const t=e.startsWith("/")?e:`/${e}`;try{await import(`./_plugin${t}`)}catch(t){console.log(`[Cosmos] Failed to load plugin script ${e}`),console.log(t)}}(e.ui)}))),a({config:{...dh,...n}}),t.createRoot(document.getElementById("root")).render(e.createElement(e.Fragment,null,e.createElement(ph,null),e.createElement(i,{name:"root"})))}Te`
1347
1347
  body {
1348
1348
  background-color: ${Io};
1349
1349
  /* Black checkerboard effect on background */