unit.gl 0.0.38 → 0.0.40
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 +22 -16
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -1,30 +1,36 @@
|
|
|
1
|
-
<div align="right">
|
|
2
|
-
|
|
3
|
-
[](https://github.com/stylescape/unit.gl/blob/main/LICENSE)
|
|
4
|
-
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/unit.gl)
|
|
5
|
-
|
|
6
|
-
</div>
|
|
7
|
-
|
|
8
1
|
<p align="center">
|
|
9
2
|
<img src="https://raw.githubusercontent.com/stylescape/brand/master/src/logo/logo-transparant.png" width="20%" height="20%" alt="Stylescape Logo">
|
|
10
3
|
</p>
|
|
11
4
|
<h1 align="center" style='border-bottom: none;'>unit.gl</h1>
|
|
12
5
|
<h3 align="center">Dynamic Layout Engine</h3>
|
|
13
6
|
|
|
14
|
-
---
|
|
15
7
|
|
|
16
|
-
<
|
|
8
|
+
<br/>
|
|
9
|
+
|
|
10
|
+
<div align="center">
|
|
17
11
|
|
|
18
|
-
[
|
|
13
|
+
](https://www.unit.gl)
|
|
14
|
+
[](https://www.npmjs.com/unitage/unit.gl)
|
|
15
|
+
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/unit.gl)
|
|
16
|
+
[](https://stackblitz.com/github/stylescape/unit.gl/tree/main?file=src%2Findex.html)
|
|
17
|
+
[](https://github.com/stylescape/unit.gl/blob/main/LICENSE)
|
|
23
18
|
|
|
24
19
|
</div>
|
|
25
20
|
|
|
21
|
+
<div align="center">
|
|
22
|
+
|
|
23
|
+
[](https://github.com/stylescape/unit.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=bug_report.yml)
|
|
24
|
+
[](https://github.com/stylescape/unit.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=feature_request.yml)
|
|
25
|
+
[](https://github.com/stylescape/unit.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=question.yml)
|
|
26
|
+
[](https://github.com/stylescape/unit.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=suggestion.yml)
|
|
27
|
+
[](https://github.com/stylescape/unit.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=discussion.yml)
|
|
28
|
+
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
---
|
|
26
32
|
|
|
27
|
-
|
|
33
|
+
<br/>
|
|
28
34
|
|
|
29
35
|
`unit.gl` is a comprehensive design toolkit focused on fluid typography, responsive design, and advanced SCSS functions. It's crafted to empower designers and developers to create harmonious, scalable, and accessible web experiences efficiently.
|
|
30
36
|
|
|
@@ -60,7 +66,7 @@ Scape Agency is a spatial innovation collective that dreams, discovers and desig
|
|
|
60
66
|
#### Links
|
|
61
67
|
|
|
62
68
|
- [Website](https://www.unit.gl)
|
|
63
|
-
- [NPM](https://www.npmjs.com/
|
|
69
|
+
- [NPM](https://www.npmjs.com/unitage/unit.gl)
|
|
64
70
|
|
|
65
71
|
### Development Resources
|
|
66
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unit.gl",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.40",
|
|
4
4
|
"description": "Dynamic Layout Engine.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unit.gl",
|
|
@@ -25,9 +25,8 @@
|
|
|
25
25
|
"url": "https://github.com/sponsors/scape-foundation"
|
|
26
26
|
}
|
|
27
27
|
],
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"types": "js/index",
|
|
28
|
+
"main": "js/index.js",
|
|
29
|
+
"types": "js/index.d.ts",
|
|
31
30
|
"files": [
|
|
32
31
|
"code-snippets/**/*.code-snippets",
|
|
33
32
|
"css/**/*.{css,map}",
|