@thangdevalone/meet-layout-grid-react 1.0.3 → 1.0.5

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # @meet-layout-grid/react
1
+ # @thangdevalone/meet-layout-grid-react
2
2
 
3
3
  React integration for meet-layout-grid with Motion animations.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @meet-layout-grid/react
8
+ npm install @thangdevalone/meet-layout-grid-react
9
9
  ```
10
10
 
11
11
  ## Quick Start
12
12
 
13
13
  ```tsx
14
- import { GridContainer, GridItem } from '@meet-layout-grid/react'
14
+ import { GridContainer, GridItem } from '@thangdevalone/meet-layout-grid-react'
15
15
 
16
16
  function MeetingGrid({ participants }) {
17
17
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thangdevalone/meet-layout-grid-react",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "React integration for meet-layout-grid 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/meet-layout-grid-core": "1.0.3"
45
+ "@thangdevalone/meet-layout-grid-core": "1.0.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/react": "^18.2.0",