@thangdevalone/meeting-grid-layout-react 1.5.0 → 1.5.1

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -51,6 +51,7 @@ Wraps the grid, computes layout, and provides context to children.
51
51
  | `floatWidth` | `number` | - | Width of the auto-float PiP (2-person mode). Overrides breakpoints. |
52
52
  | `floatHeight` | `number` | - | Height of the auto-float PiP (2-person mode). Overrides breakpoints. |
53
53
  | `floatBreakpoints` | `PipBreakpoint[]` | - | Responsive breakpoints for auto-float PiP (see [Responsive PiP](#responsive-pip)) |
54
+ | `pipIndex` | `number` | `1` | Which participant (0 or 1) is the floating PiP in 2-person mode |
54
55
 
55
56
  ### `<GridItem>`
56
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thangdevalone/meeting-grid-layout-react",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "React integration for meeting-grid-layout with Motion animations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "motion": "^11.15.0",
45
- "@thangdevalone/meeting-grid-layout-core": "1.5.0"
45
+ "@thangdevalone/meeting-grid-layout-core": "1.5.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/react": "^18.2.0",