piral-dashboard 0.15.11 → 0.15.12-beta.5531
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/esm/types.d.ts +1 -1
- package/lib/types.d.ts +1 -1
- package/package.json +3 -3
package/esm/types.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ export interface BareTileComponentProps {
|
|
|
109
109
|
*/
|
|
110
110
|
rows: number;
|
|
111
111
|
}
|
|
112
|
-
export
|
|
112
|
+
export type TileComponentProps = BaseComponentProps & BareTileComponentProps;
|
|
113
113
|
export interface PiralCustomTilePreferences {
|
|
114
114
|
}
|
|
115
115
|
export interface TilePreferences extends PiralCustomTilePreferences {
|
package/lib/types.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ export interface BareTileComponentProps {
|
|
|
109
109
|
*/
|
|
110
110
|
rows: number;
|
|
111
111
|
}
|
|
112
|
-
export
|
|
112
|
+
export type TileComponentProps = BaseComponentProps & BareTileComponentProps;
|
|
113
113
|
export interface PiralCustomTilePreferences {
|
|
114
114
|
}
|
|
115
115
|
export interface TilePreferences extends PiralCustomTilePreferences {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-dashboard",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.12-beta.5531",
|
|
4
4
|
"description": "Plugin for creating a centralized dashboard in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/react": "^18.0.0",
|
|
65
65
|
"@types/react-router-dom": "^5.1.6",
|
|
66
|
-
"piral-core": "
|
|
66
|
+
"piral-core": "0.15.12-beta.5531",
|
|
67
67
|
"react": "^18.0.0"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"piral-core": "0.14.x || 0.15.x",
|
|
71
71
|
"react": ">=16.8.0"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "e305bf2bdfa60d6325a7db20f550b58dabdea245"
|
|
74
74
|
}
|