this.gui 0.0.51 → 0.0.52

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 +24 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,16 @@
1
- # This.GUI
1
+ # THIS.GUI
2
+
3
+ -----------
4
+
5
+ ### [Project Status : Experimental and Under Development, Subject to Major Changes]
6
+
7
+ The module is in active development, and as such, it is subject to significant changes as we refine our approach and methodologies to best support our goals.
8
+
9
+ visit: https://neurons.me to learn more.
10
+
11
+ ----------
12
+
13
+ # Introduction
2
14
 
3
15
  `this.gui` is a comprehensive UI toolkit for web development, providing both pre-styled components and customizable themes for building responsive and modern user interfaces for [all.this](neurons.me/this).
4
16
 
@@ -78,11 +90,9 @@ Refer to the official [documentation](https://suign.github.io/GUI) for detailed
78
90
 
79
91
  Contributions are welcome! To contribute to `this.gui`, please visit our [GitHub repository](https://github.com/suiGn/GUI).
80
92
 
81
- ## License
82
-
83
- `this.gui` is available under the MIT license. See the LICENSE file for more info.
84
93
 
85
94
 
95
+ ----------
86
96
 
87
97
  # About All.This
88
98
 
@@ -102,13 +112,19 @@ Contributions are welcome! To contribute to `this.gui`, please visit our [GitHub
102
112
 
103
113
  visit: [Neurons.me Glossary](https://suign.github.io/neurons.me/Glossary)
104
114
 
105
- Learn more at https://neurons.me
115
+ ## License & Policies
116
+
117
+ - **License**: MIT License (see LICENSE for details).
118
+
119
+ - **Privacy Policy**: Respects user privacy; no collection/storage of personal data.
106
120
 
107
- **Author:** SuiGn
121
+ - **Terms of Usage**: Use responsibly. No guarantees/warranties provided. [Terms](https://www.neurons.me/terms-of-use) | [Privacy](https://www.neurons.me/privacy-policy)
108
122
 
109
- [By neurons.me](https://neurons.me)
123
+ **Learn more** at https://neurons.me
110
124
 
111
- <img src="https://suign.github.io/neurons.me/neurons_logo.png" alt="neurons.me logo" width="123" height="123" style="width123px; height:123px;">
125
+ **Author:** SuiGn
112
126
 
127
+ [By neurons.me](https://neurons.me)
113
128
 
129
+ <img src="https://suign.github.io/neurons.me/neurons_logo.png" alt="neurons.me logo" width="123" height="123" style="width123px; height:123px;">
114
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "this.gui",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "description": "This Graphic User Interface.",
5
5
  "main": "index.js",
6
6
  "repository": {