react-zeugma 6.9.6 → 6.9.7
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/README.md +2 -2
- package/dist/devtools.cjs +1 -1
- package/dist/devtools.cjs.map +1 -1
- package/dist/devtools.d.cts +1 -1
- package/dist/devtools.d.ts +1 -1
- package/dist/devtools.js +1 -1
- package/dist/devtools.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/{render-counter-footer-CYe6-Atc.d.cts → render-counter-footer-rAKCzuRX.d.cts} +2 -2
- package/dist/{render-counter-footer-CYe6-Atc.d.ts → render-counter-footer-rAKCzuRX.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -104,9 +104,9 @@ interface RenderCounterFooterProps {
|
|
|
104
104
|
declare function useRenderCounter(idOrOptions?: string | RenderCounterOptions, maybeOptions?: RenderCounterOptions): RenderCounterState;
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* A
|
|
107
|
+
* A badge displaying mount and render counters for debugging component lifecycles.
|
|
108
108
|
*/
|
|
109
|
-
declare function RenderCounterBadge({ id,
|
|
109
|
+
declare function RenderCounterBadge({ id, className, style, logToConsole, disabled, }: RenderCounterBadgeProps): React.JSX.Element | null;
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
112
|
* A container footer component for displaying mount and render counters at the bottom of widgets or panels.
|
|
@@ -104,9 +104,9 @@ interface RenderCounterFooterProps {
|
|
|
104
104
|
declare function useRenderCounter(idOrOptions?: string | RenderCounterOptions, maybeOptions?: RenderCounterOptions): RenderCounterState;
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
|
-
* A
|
|
107
|
+
* A badge displaying mount and render counters for debugging component lifecycles.
|
|
108
108
|
*/
|
|
109
|
-
declare function RenderCounterBadge({ id,
|
|
109
|
+
declare function RenderCounterBadge({ id, className, style, logToConsole, disabled, }: RenderCounterBadgeProps): React.JSX.Element | null;
|
|
110
110
|
|
|
111
111
|
/**
|
|
112
112
|
* A container footer component for displaying mount and render counters at the bottom of widgets or panels.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-zeugma",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.7",
|
|
4
4
|
"description": "Recursive drag-and-drop dashboard layout engine for React — combining the tree-based splitting of react-mosaic with the declarative API of react-grid-layout.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|