this.gui 0.0.5 → 0.0.51

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
@@ -81,3 +81,34 @@ Contributions are welcome! To contribute to `this.gui`, please visit our [GitHub
81
81
  ## License
82
82
 
83
83
  `this.gui` is available under the MIT license. See the LICENSE file for more info.
84
+
85
+
86
+
87
+ # About All.This
88
+
89
+ ## Modular Data Structures:
90
+
91
+ **[this.me](https://suign.github.io/this.me) - [this.audio](https://suign.github.io/this.audio) - [this.text](https://suign.github.io/this.text) - [this.wallet](https://suign.github.io/this.wallet) - [this.img](https://suign.github.io/this.img) - [this.pixel](https://suign.github.io/Pixels) - [be.this](https://suign.github.io/be.this) - [this.DOM](https://suign.github.io/this.DOM) - [this.env](https://suign.github.io/this.env/) - [this.GUI](https://suign.github.io/this.GUI) - [this.be](https://suign.github.io/this.be) - [this.video](https://suign.github.io/this.video) - [this.atom](https://suign.github.io/this.atom) - [this.dictionaries](https://suign.github.io/this.dictionaries/)**
92
+
93
+ **Each module** in **[all.this](https://neurons.me/all-this)** represents a specific **datastructure**. These classes encapsulate the functionalities and **data specific to their domain.**
94
+
95
+ ## **Utils**
96
+
97
+ **[all.this](https://neurons.me/all-this)** not only aggregates these modules but also provides utilities to facilitate the integration, management, and enhancement of these data structures. **For example:**
98
+
99
+ *The integration with [cleaker](https://suign.github.io/cleaker/) ensures each module instance has a **unique cryptographic identity**, enhancing security and data integrity.*
100
+
101
+ ### Neurons.me Ecosystem Glossary:
102
+
103
+ visit: [Neurons.me Glossary](https://suign.github.io/neurons.me/Glossary)
104
+
105
+ Learn more at https://neurons.me
106
+
107
+ **Author:** SuiGn
108
+
109
+ [By neurons.me](https://neurons.me)
110
+
111
+ <img src="https://suign.github.io/neurons.me/neurons_logo.png" alt="neurons.me logo" width="123" height="123" style="width123px; height:123px;">
112
+
113
+
114
+
package/index.js CHANGED
@@ -1,3 +1,2 @@
1
- import './src/styles.scss';
2
-
1
+ console.log("this.GUI loaded.")
3
2
 
package/jsdoc.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "source": {
3
- "include": ["./src", "./index.js"],
4
- "includePattern": "\\.(js|jsx|ts|tsx)$",
5
- "excludePattern": "(node_modules/|docs)"
3
+ "include": ["./src", "./index.js", "./README.md"]
6
4
  },
7
5
  "opts": {
8
6
  "destination": "./docs",
9
- "template": "../../../../../Sandbox/dev_tools/assets/better-docs",
7
+ "template": "../../../../../../Sandbox/dev_tools/assets/better-docs",
10
8
  "readme": "./README.md"
9
+
11
10
  },
12
11
  "templates": {
13
12
  "cleverLinks": false,
@@ -21,7 +20,7 @@
21
20
  }
22
21
  },
23
22
  "better-docs": {
24
- "name": "This.GUI",
23
+ "name": "this.GUI",
25
24
  "title": "Docs for this.GUI",
26
25
  "css": "style.css",
27
26
  "trackingCode": "-",
@@ -37,7 +36,7 @@
37
36
  },
38
37
  {
39
38
  "label": "Github",
40
- "href": "https://github.com/suiGn/cleaker"
39
+ "href": "https://github.com/suiGn/this.GUI"
41
40
  },
42
41
  {
43
42
  "label": "Cleaker.me",
@@ -45,9 +44,9 @@
45
44
  },
46
45
  {
47
46
  "label": "What is all.this?",
48
- "href": "https://www.neurons.me/this"
47
+ "href": "https://www.neurons.me/all-this"
49
48
  }
50
49
  ]
51
50
  }
52
51
  }
53
- }
52
+ }
package/package.json CHANGED
@@ -1,37 +1,26 @@
1
1
  {
2
2
  "name": "this.gui",
3
- "version": "0.0.5",
3
+ "version": "0.0.51",
4
4
  "description": "This Graphic User Interface.",
5
5
  "main": "index.js",
6
- "type": "module",
7
6
  "repository": {
8
7
  "type": "git",
9
8
  "url": "git+https://github.com/suiGn/GUI.git"
10
9
  },
11
10
  "scripts": {
12
- "build": "webpack --mode production",
13
- "test": "jest",
14
- "build-css": "sass src/styles:dist/css"
11
+ "start": "node index.js"
15
12
  },
16
- "homepage": "https://www.npmjs.com/package/this.gui",
13
+ "homepage": "https://neurons.me",
17
14
  "docs": "https://suiGn.github.io/GUI",
15
+ "type":"module",
18
16
  "author": "suiGn",
19
17
  "license": "MIT",
20
18
  "repoType": "NPM Package",
21
19
  "category": "dataformatter",
22
20
  "dependencies": {
23
- "material-components-web": "^14.0.0",
24
- "sass": "^1.69.6"
21
+
25
22
  },
26
23
  "devDependencies": {
27
- "@babel/core": "^7.23.7",
28
- "@babel/preset-env": "^7.23.7",
29
- "babel-loader": "^9.1.3",
30
- "css-loader": "^6.8.1",
31
- "mini-css-extract-plugin": "^2.7.6",
32
- "sass-loader": "^13.3.3",
33
- "style-loader": "^3.3.3",
34
- "webpack": "^5.89.0",
35
- "webpack-cli": "^5.1.4"
24
+
36
25
  }
37
26
  }
@@ -1,34 +0,0 @@
1
- const path = require('path');
2
- const MiniCssExtractPlugin = require('mini-css-extract-plugin');
3
-
4
- module.exports = {
5
- entry: './index.js', // Main entry point of your library
6
- output: {
7
- path: path.resolve(__dirname, 'dist'),
8
- filename: 'this.gui.js', // Output file
9
- library: 'thisGui', // Global var when included via script tag
10
- libraryTarget: 'umd',
11
- },
12
- module: {
13
- rules: [
14
- {
15
- test: /\.js$/,
16
- use: 'babel-loader',
17
- exclude: /node_modules/,
18
- },
19
- {
20
- test: /\.scss$/,
21
- use: [
22
- MiniCssExtractPlugin.loader,
23
- 'css-loader',
24
- 'sass-loader'
25
- ],
26
- },
27
- ],
28
- },
29
- plugins: [
30
- new MiniCssExtractPlugin({
31
- filename: 'this.gui.css', // Output CSS file
32
- }),
33
- ],
34
- };