@rotorjs/jpl-react 0.4.1 → 0.4.2

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.
@@ -1,3 +1,6 @@
1
1
  import { JPLDashboardLayoutNode } from '@rotorjs/jpl';
2
2
  import { PropsWithChildren } from 'react';
3
3
  export declare function JPLLayout({ type, src, vars, initial, children, }: PropsWithChildren<JPLDashboardLayoutNode>): import("react").JSX.Element | null;
4
+ export declare namespace JPLLayout {
5
+ var displayName: string;
6
+ }
package/dist/JPLTile.d.ts CHANGED
@@ -1,2 +1,5 @@
1
1
  import { JPLDashboardTileNode } from '@rotorjs/jpl';
2
2
  export declare function JPLTile({ type, src, vars, initial }: JPLDashboardTileNode): import("react").JSX.Element;
3
+ export declare namespace JPLTile {
4
+ var displayName: string;
5
+ }
package/dist/main.js CHANGED
@@ -22,6 +22,7 @@ function o({ type: n, src: o, vars: s, initial: c, children: l }) {
22
22
  children: l
23
23
  });
24
24
  }
25
+ o.displayName = "JPLLayout";
25
26
  //#endregion
26
27
  //#region lib/JPLTile.tsx
27
28
  function s({ type: e, src: t, vars: o, initial: s }) {
@@ -37,6 +38,7 @@ function s({ type: e, src: t, vars: o, initial: s }) {
37
38
  o
38
39
  ]), s) });
39
40
  }
41
+ s.displayName = "JPLTile";
40
42
  //#endregion
41
43
  //#region lib/nodes.ts
42
44
  var c = { script: o }, l = { script: s };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotorjs/jpl-react",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Rotor",
5
5
  "author": {
6
6
  "name": "Aaron Burmeister"
@@ -47,17 +47,17 @@
47
47
  "@eslint/js": "^10.0.1",
48
48
  "@rotorjs/dashboard": "^0.5.2",
49
49
  "@rotorjs/jpl": "^0.6.2",
50
- "@rotorjs/react": "^0.10.0",
50
+ "@rotorjs/react": "^0.10.2",
51
51
  "@types/react": "^19.2.17",
52
52
  "@types/react-dom": "^19.1.9",
53
53
  "@vitejs/plugin-react": "^6.0.2",
54
- "eslint": "^10.4.1",
54
+ "eslint": "^10.5.0",
55
55
  "eslint-config-prettier": "^10.1.8",
56
56
  "eslint-import-resolver-typescript": "^4.4.5",
57
57
  "eslint-plugin-import-x": "^4.16.2",
58
58
  "eslint-plugin-prettier": "^5.5.6",
59
59
  "eslint-plugin-react-hooks": "^7.1.1",
60
- "eslint-plugin-react-refresh": "^0.5.2",
60
+ "eslint-plugin-react-refresh": "^0.5.3",
61
61
  "globals": "^17.6.0",
62
62
  "prettier": "^3.8.4",
63
63
  "react": "^19.2.7",