this.gui 1.3.55 → 1.3.56

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
@@ -1,7 +1,7 @@
1
1
  # .GUI
2
2
 
3
3
  ###### A collection of components and building blocks enabling GUI generation.
4
- <img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/v1761276578/this.gui.npm.png" alt="This.GUI logo" style="zoom:34%;" />
4
+ <img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/w_180/v1761276578/this.gui.npm.png" alt="This.GUI logo" width="180" />
5
5
 
6
6
  **Install** via:
7
7
 
@@ -36,7 +36,7 @@ import GUI from 'this.gui';
36
36
  ```
37
37
 
38
38
  All components are theme-aware and automatically inherit styles and tokens from the `GuiProvider`
39
- <img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/v1761281165/geometry_shapes-removebg-preview_anrdke.png" alt="Geometry shapes" style="zoom:33%;" />
39
+ <img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/w_320/v1761281165/geometry_shapes-removebg-preview_anrdke.png" alt="Geometry shapes" width="320" />
40
40
 
41
41
  ## Initialization
42
42
  To initialize **This.GUI** in your project, wrap your application with the`GuiProvider` and optionally set a theme:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "this.gui",
3
3
  "private": false,
4
- "version": "1.3.55",
4
+ "version": "1.3.56",
5
5
  "type": "module",
6
6
  "main": "./dist/this.gui.cjs",
7
7
  "module": "./dist/this.gui.es.js",