@zumer/orbit 1.3.0 → 1.4.3
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/dist/orbit.css +3 -2
- package/dist/orbit.js +382 -434
- package/dist/orbit.min.css +1 -1
- package/dist/orbit.min.js +63 -64
- package/package.json +1 -1
package/dist/orbit.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
* orbit
|
|
4
|
-
* v.1.3
|
|
4
|
+
* v.1.4.3
|
|
5
5
|
* Author Juan Martin Muda - Zumerlab
|
|
6
6
|
* License MIT
|
|
7
7
|
**/
|
|
8
8
|
@charset "UTF-8";
|
|
9
9
|
|
|
10
|
-
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-
|
|
10
|
+
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-23140-k3CpJPexpehL/orbit/src/orbit.css */
|
|
11
11
|
.gravity-spot * {
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
margin: 0;
|
|
@@ -1119,6 +1119,7 @@ body > .bigbang {
|
|
|
1119
1119
|
--o-direction: 1;
|
|
1120
1120
|
--o-size-ratio: 1;
|
|
1121
1121
|
--o-initial-orbit: 0;
|
|
1122
|
+
--o-angle: 0;
|
|
1122
1123
|
width: 0;
|
|
1123
1124
|
aspect-ratio: 1;
|
|
1124
1125
|
position: relative;
|