zed-gpui 0.2.1 → 0.2.2

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
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
 
7
7
  <p align="center">
8
- <img src="assets/icon.png" width="240px" alt="zed-gpui logo" />
8
+ <img src="../../assets/icon.png" width="240px" alt="zed-gpui logo" />
9
9
  </p>
10
10
 
11
11
  A small TypeScript / Web UI framework with a **gpui-inspired** style.
@@ -383,4 +383,4 @@ declare const select: (options: Array<{
383
383
  }>) => HTMLSelectElement;
384
384
  //#endregion
385
385
  export { btn, div, h, input, p, section, select, span, textarea };
386
- //# sourceMappingURL=index.d.mts.map
386
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zed-gpui",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "author": {
5
5
  "name": "Kasukabe Tsumugi",
6
6
  "email": "futami16237@gmail.com"