this.gui 1.1.2 → 1.1.21

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,6 +41,8 @@ import GUI from 'this.gui'.”
41
41
 
42
42
  All components are theme-aware and automatically inherit styles and tokens from the `GuiProvider`
43
43
 
44
+ <img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/v1761281165/geometry_shapes-removebg-preview_anrdke.png" style="zoom:34%;" />
45
+
44
46
  ## Initialization
45
47
  To initialize **This.GUI** in your project, wrap your application with the `GuiProvider` and optionally set a theme:
46
48
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "this.gui",
3
3
  "private": false,
4
- "version": "1.1.2",
4
+ "version": "1.1.21",
5
5
  "type": "module",
6
6
  "main": "dist/this-gui.umd.js",
7
7
  "module": "dist/this-gui.es.js",