@zumer/orbit 1.3.0 → 1.4.4
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 +4 -0
- package/dist/orbit.css +5 -3
- package/dist/orbit.js +383 -434
- package/dist/orbit.min.css +1 -1
- package/dist/orbit.min.js +63 -64
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,6 +161,10 @@ There are many ways to **contribute** to **Orbit** development:
|
|
|
161
161
|
<img src="https://contrib.rocks/image?repo=zumerlab/orbit-docs" />
|
|
162
162
|
</a>
|
|
163
163
|
|
|
164
|
+
<a href="https://github.com/zumerlab/orbit/graphs/contributors">
|
|
165
|
+
<img src="https://contrib.rocks/image?repo=zumerlab/orbit" />
|
|
166
|
+
</a>
|
|
167
|
+
|
|
164
168
|
## License
|
|
165
169
|
|
|
166
170
|
[MIT](https://github.com/zumerlab/orbit/blob/main/LICENSE)
|
package/dist/orbit.css
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
* orbit
|
|
4
|
-
* v.1.
|
|
4
|
+
* v.1.4.4
|
|
5
5
|
* Author Juan Martin Muda - Zumerlab
|
|
6
6
|
* License MIT
|
|
7
7
|
**/
|
|
8
|
+
|
|
8
9
|
@charset "UTF-8";
|
|
9
10
|
|
|
10
|
-
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-
|
|
11
|
+
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-19816-pde5zpWW4gl5/orbit/src/orbit.css */
|
|
11
12
|
.gravity-spot * {
|
|
12
13
|
box-sizing: border-box;
|
|
13
14
|
margin: 0;
|
|
@@ -1119,6 +1120,7 @@ body > .bigbang {
|
|
|
1119
1120
|
--o-direction: 1;
|
|
1120
1121
|
--o-size-ratio: 1;
|
|
1121
1122
|
--o-initial-orbit: 0;
|
|
1123
|
+
--o-angle: 0;
|
|
1122
1124
|
width: 0;
|
|
1123
1125
|
aspect-ratio: 1;
|
|
1124
1126
|
position: relative;
|
|
@@ -6734,7 +6736,7 @@ o-arc.gap-30 {
|
|
|
6734
6736
|
}
|
|
6735
6737
|
}
|
|
6736
6738
|
@supports not (fill:context-stroke) {
|
|
6737
|
-
:not[shape=none] {
|
|
6739
|
+
:not([shape=none]) {
|
|
6738
6740
|
display: none;
|
|
6739
6741
|
}
|
|
6740
6742
|
}
|