this.gui 1.1.29 → 1.2.12

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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # This.GUI
2
2
 
3
3
  ###### A collection of components and building blocks enabling GUI generation powered by AI.
4
- Go Algorithmic.
4
+
5
5
  <img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/v1761276578/this.gui.npm.png" style="zoom:34%;" />
6
6
 
7
7
  **Install** via:
@@ -33,11 +33,13 @@ export function Example() {
33
33
  ```
34
34
 
35
35
  **OR**
36
+
36
37
  ```ts
37
- import GUI from 'this.gui'.”
38
+ import GUI from 'this.gui';”
38
39
  ```
39
40
 
40
41
  All components are theme-aware and automatically inherit styles and tokens from the `GuiProvider`
42
+
41
43
  <img src="https://res.cloudinary.com/dkwnxf6gm/image/upload/v1761281165/geometry_shapes-removebg-preview_anrdke.png" style="zoom:34%;" />
42
44
 
43
45
  ## Initialization
@@ -59,6 +61,7 @@ function App() {
59
61
 
60
62
  export default App;
61
63
  ```
64
+
62
65
  This structure sets up the reactive theme system, context, and global styles needed by all This.GUI components.
63
66
 
64
67
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "this.gui",
3
3
  "private": false,
4
- "version": "1.1.29",
4
+ "version": "1.2.12",
5
5
  "type": "module",
6
6
  "main": "dist/this-gui.umd.js",
7
7
  "module": "dist/this-gui.es.js",