react-resizable-panels 4.0.0-alpha.4 → 4.0.0

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.
@@ -11,7 +11,7 @@ import { SetStateAction } from 'react';
11
11
  * A Group wraps a set of resizable Panel components.
12
12
  * Group content can be resized _horizontally_ or _vertically_.
13
13
  *
14
- * Group elements always include the following data attributes:
14
+ * Group elements always include the following attributes:
15
15
  *
16
16
  * ```html
17
17
  * <div data-group data-testid="group-id-prop" id="group-id-prop">
@@ -135,7 +135,7 @@ export declare type Orientation = "horizontal" | "vertical";
135
135
  * - Font sizes (em, rem)
136
136
  * - Viewport sizes (vh, vw)
137
137
  *
138
- * Panel elements always include the following data attributes:
138
+ * Panel elements always include the following attributes:
139
139
  *
140
140
  * ```html
141
141
  * <div data-panel data-testid="panel-id-prop" id="panel-id-prop">
@@ -260,7 +260,7 @@ export declare type PanelSize = {
260
260
  *
261
261
  * Separators should be rendered as the direct child of a Group component.
262
262
  *
263
- * Separator elements always include the following data attributes and role:
263
+ * Separator elements always include the following attributes:
264
264
  *
265
265
  * ```html
266
266
  * <div data-separator data-testid="separator-id-prop" id="separator-id-prop" role="separator">