simple-table-core 0.4.1 → 0.4.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,8 +5,8 @@ Any questions, support or features requests join me on Dicord [https://discord.g
5
5
  Simple Table is a React grid package designed to provide a flexible and easy-to-use table component for your React applications.
6
6
 
7
7
  <div align="center">
8
- <a href="https://github.com/petera2c/simple-table/blob/main/src/assets/simple-table-demo.gif?raw=true">
9
- <img src="https://github.com/petera2c/simple-table/blob/main/src/assets/simple-table-demo.gif?raw=true" alt="Simple Table Demo" />
8
+ <a href="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/simple-table-demo-fast.gif?raw=true">
9
+ <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/simple-table-demo-fast.gif?raw=true" alt="Simple Table Demo" />
10
10
  </a>
11
11
  </div>
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-table-core",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",