pixel-react 1.11.36 → 1.11.37

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.
@@ -55,4 +55,5 @@ export type TreeNodeProps = {
55
55
  unselectable?: boolean;
56
56
  description?: string;
57
57
  desc?: string;
58
+ expandedAll?: boolean;
58
59
  };
package/lib/index.d.ts CHANGED
@@ -1972,6 +1972,7 @@ type TreeNodeProps = {
1972
1972
  unselectable?: boolean;
1973
1973
  description?: string;
1974
1974
  desc?: string;
1975
+ expandedAll?: boolean;
1975
1976
  };
1976
1977
 
1977
1978
  interface NewNode {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pixel-react",
3
3
  "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.11.36",
4
+ "version": "1.11.37",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
7
7
  "types": "lib/index.d.ts",