minimal-piral 1.8.3-beta.7909 → 1.8.3-beta.7916
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.3bdd2e.js → index.71b3fd.js} +18 -12
- package/app/index.71b3fd.js.map +1 -0
- package/app/index.d.ts +7 -0
- package/app/index.html +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +5 -5
- package/app/index.3bdd2e.js.map +0 -1
package/app/index.d.ts
CHANGED
|
@@ -609,6 +609,13 @@ export interface DefaultLoaderConfig {
|
|
|
609
609
|
* have an integrity defined will be set to "anonymous".
|
|
610
610
|
*/
|
|
611
611
|
crossOrigin?: string;
|
|
612
|
+
/**
|
|
613
|
+
* Sets the override function for attaching a stylesheet.
|
|
614
|
+
* For pilets v3 this may be useful.
|
|
615
|
+
* @param pilet The pilet containing the style sheet reference.
|
|
616
|
+
* @param url The style sheet reference URL.
|
|
617
|
+
*/
|
|
618
|
+
attachStyles?(pilet: Pilet, url: string): void;
|
|
612
619
|
}
|
|
613
620
|
|
|
614
621
|
/**
|
package/app/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
4
4
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
5
5
|
<title>Minimal Piral Sample</title>
|
|
6
|
-
<script defer src="/index.
|
|
6
|
+
<script defer src="/index.71b3fd.js"></script></head>
|
|
7
7
|
<body>
|
|
8
8
|
<div id="app"></div>
|
|
9
9
|
|
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": "minimal-piral",
|
|
3
3
|
"description": "Example project illustrating the exposure of a minimal Pilet API.",
|
|
4
|
-
"version": "1.8.3-beta.
|
|
4
|
+
"version": "1.8.3-beta.7916",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://piral.io",
|
|
7
7
|
"keywords": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"files": []
|
|
29
29
|
},
|
|
30
30
|
"piralCLI": {
|
|
31
|
-
"version": "1.8.3-beta.
|
|
31
|
+
"version": "1.8.3-beta.7916",
|
|
32
32
|
"generated": true
|
|
33
33
|
},
|
|
34
34
|
"main": "./app/index.js",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"@types/react-dom": "^18.0.0",
|
|
42
42
|
"@types/react-router": "^5.1.8",
|
|
43
43
|
"@types/react-router-dom": "^5.1.6",
|
|
44
|
-
"piral-cli": "^1.8.3-beta.
|
|
45
|
-
"piral-cli-webpack5": "^1.8.3-beta.
|
|
46
|
-
"piral-core": "^1.8.3-beta.
|
|
44
|
+
"piral-cli": "^1.8.3-beta.7916",
|
|
45
|
+
"piral-cli-webpack5": "^1.8.3-beta.7916",
|
|
46
|
+
"piral-core": "^1.8.3-beta.7916",
|
|
47
47
|
"tslib": "2.5.2",
|
|
48
48
|
"react": "18.2.0",
|
|
49
49
|
"react-dom": "18.2.0",
|