@thangdevalone/meeting-grid-layout-vue 1.5.3 → 1.5.4

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 CHANGED
@@ -56,7 +56,7 @@ Wraps the grid and provides layout via `provide`/`inject`.
56
56
  | `float-height` | `number` | - | Height of the auto-float PiP (2-person mode). Overrides breakpoints. |
57
57
  | `float-breakpoints` | `PipBreakpoint[]` | - | Responsive breakpoints for auto-float PiP (see [Responsive PiP](#responsive-pip)) |
58
58
  | `pip-index` | `number` | `1` | Which participant (0 or 1) is the floating PiP in 2-person mode |
59
- | `pin-only` | `boolean` | `false` | Mobile pin-only mode: page 0 = pinned full-screen, page 1+ = others gallery (≤768px) |
59
+ | `pin-only` | `boolean` | `false` | Mobile/tablet pin-only mode: page 0 = pinned full-screen, page 1+ = others gallery (≤1024px) |
60
60
  | `tag` | `string` | `'div'` | Root HTML element tag |
61
61
 
62
62
  ### `<GridItem>`
package/dist/index.cjs CHANGED
@@ -153,10 +153,10 @@ const GridContainer = vue.defineComponent({
153
153
  default: void 0
154
154
  },
155
155
  /**
156
- * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 768px):
156
+ * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 1024px):
157
157
  * - Page 0: Only the pinned participant is shown (full screen)
158
158
  * - Page 1+: Other participants are shown in gallery grid (without pin)
159
- * On desktop (width > 768px), the layout behaves as normal sidebar.
159
+ * On desktop (width > 1024px), the layout behaves as normal sidebar.
160
160
  * @default false
161
161
  */
162
162
  pinOnly: {
package/dist/index.d.cts CHANGED
@@ -150,10 +150,10 @@ declare const GridContainer: vue.DefineComponent<vue.ExtractPropTypes<{
150
150
  default: undefined;
151
151
  };
152
152
  /**
153
- * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 768px):
153
+ * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 1024px):
154
154
  * - Page 0: Only the pinned participant is shown (full screen)
155
155
  * - Page 1+: Other participants are shown in gallery grid (without pin)
156
- * On desktop (width > 768px), the layout behaves as normal sidebar.
156
+ * On desktop (width > 1024px), the layout behaves as normal sidebar.
157
157
  * @default false
158
158
  */
159
159
  pinOnly: {
@@ -265,10 +265,10 @@ declare const GridContainer: vue.DefineComponent<vue.ExtractPropTypes<{
265
265
  default: undefined;
266
266
  };
267
267
  /**
268
- * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 768px):
268
+ * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 1024px):
269
269
  * - Page 0: Only the pinned participant is shown (full screen)
270
270
  * - Page 1+: Other participants are shown in gallery grid (without pin)
271
- * On desktop (width > 768px), the layout behaves as normal sidebar.
271
+ * On desktop (width > 1024px), the layout behaves as normal sidebar.
272
272
  * @default false
273
273
  */
274
274
  pinOnly: {
package/dist/index.d.mts CHANGED
@@ -150,10 +150,10 @@ declare const GridContainer: vue.DefineComponent<vue.ExtractPropTypes<{
150
150
  default: undefined;
151
151
  };
152
152
  /**
153
- * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 768px):
153
+ * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 1024px):
154
154
  * - Page 0: Only the pinned participant is shown (full screen)
155
155
  * - Page 1+: Other participants are shown in gallery grid (without pin)
156
- * On desktop (width > 768px), the layout behaves as normal sidebar.
156
+ * On desktop (width > 1024px), the layout behaves as normal sidebar.
157
157
  * @default false
158
158
  */
159
159
  pinOnly: {
@@ -265,10 +265,10 @@ declare const GridContainer: vue.DefineComponent<vue.ExtractPropTypes<{
265
265
  default: undefined;
266
266
  };
267
267
  /**
268
- * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 768px):
268
+ * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 1024px):
269
269
  * - Page 0: Only the pinned participant is shown (full screen)
270
270
  * - Page 1+: Other participants are shown in gallery grid (without pin)
271
- * On desktop (width > 768px), the layout behaves as normal sidebar.
271
+ * On desktop (width > 1024px), the layout behaves as normal sidebar.
272
272
  * @default false
273
273
  */
274
274
  pinOnly: {
package/dist/index.d.ts CHANGED
@@ -150,10 +150,10 @@ declare const GridContainer: vue.DefineComponent<vue.ExtractPropTypes<{
150
150
  default: undefined;
151
151
  };
152
152
  /**
153
- * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 768px):
153
+ * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 1024px):
154
154
  * - Page 0: Only the pinned participant is shown (full screen)
155
155
  * - Page 1+: Other participants are shown in gallery grid (without pin)
156
- * On desktop (width > 768px), the layout behaves as normal sidebar.
156
+ * On desktop (width > 1024px), the layout behaves as normal sidebar.
157
157
  * @default false
158
158
  */
159
159
  pinOnly: {
@@ -265,10 +265,10 @@ declare const GridContainer: vue.DefineComponent<vue.ExtractPropTypes<{
265
265
  default: undefined;
266
266
  };
267
267
  /**
268
- * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 768px):
268
+ * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 1024px):
269
269
  * - Page 0: Only the pinned participant is shown (full screen)
270
270
  * - Page 1+: Other participants are shown in gallery grid (without pin)
271
- * On desktop (width > 768px), the layout behaves as normal sidebar.
271
+ * On desktop (width > 1024px), the layout behaves as normal sidebar.
272
272
  * @default false
273
273
  */
274
274
  pinOnly: {
package/dist/index.mjs CHANGED
@@ -152,10 +152,10 @@ const GridContainer = defineComponent({
152
152
  default: void 0
153
153
  },
154
154
  /**
155
- * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 768px):
155
+ * Pin-only mode. When enabled with pagination on mobile/tablet (container width <= 1024px):
156
156
  * - Page 0: Only the pinned participant is shown (full screen)
157
157
  * - Page 1+: Other participants are shown in gallery grid (without pin)
158
- * On desktop (width > 768px), the layout behaves as normal sidebar.
158
+ * On desktop (width > 1024px), the layout behaves as normal sidebar.
159
159
  * @default false
160
160
  */
161
161
  pinOnly: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thangdevalone/meeting-grid-layout-vue",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Vue 3 integration for meeting-grid-layout with Motion animations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@vueuse/core": "^10.7.0",
45
45
  "motion-v": "^1.0.0",
46
- "@thangdevalone/meeting-grid-layout-core": "1.5.3"
46
+ "@thangdevalone/meeting-grid-layout-core": "1.5.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "vue": "^3.4.0",