sample-piral 0.14.8-beta.3494 → 0.14.8-beta.3510

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/app/index.d.ts CHANGED
@@ -594,6 +594,10 @@ declare module "sample-piral" {
594
594
  * The basic props for defining an extension slot.
595
595
  */
596
596
  export interface BaseExtensionSlotProps<TName, TParams> {
597
+ /**
598
+ * The children to transport, if any.
599
+ */
600
+ children?: React.ReactNode;
597
601
  /**
598
602
  * Defines what should be rendered when no components are available
599
603
  * for the specified extension.
package/app/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <title>Piral Sample</title>
6
6
  <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
7
7
 
8
- <script defer src="/index.a92f7f.js"></script></head>
8
+ <script defer src="/index.473a9c.js"></script></head>
9
9
  <body>
10
10
  <div id="app">
11
11
  <div class="pi-center">
package/app/index.js CHANGED
@@ -2,7 +2,7 @@ if (process.env.NODE_ENV === 'test') {
2
2
  // behavior for the test environment, we'll try to make it work
3
3
 
4
4
  if (typeof window !== 'undefined') {
5
- require('.//index.a92f7f.js');
5
+ require('.//index.473a9c.js');
6
6
  const ctx = window['dbg:piral'];
7
7
  const dependencies = (ctx && ctx.pilets && ctx.pilets.getDependencies({})) || {};
8
8
  module.exports = dependencies['sample-piral'] || {};
package/files.tar CHANGED
Binary file
package/files_once.tar CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sample-piral",
3
3
  "description": "Example project illustrating the use of the piral and piral-cli packages.",
4
- "version": "0.14.8-beta.3494",
4
+ "version": "0.14.8-beta.3510",
5
5
  "license": "MIT",
6
6
  "homepage": "https://piral.io",
7
7
  "keywords": [