@zumer/orbit 1.2.0 → 1.2.1

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 CHANGED
@@ -1,13 +1,13 @@
1
1
 
2
2
  /*
3
3
  * orbit
4
- * v.1.2.0
4
+ * v.1.2.1
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-26480-lsyT2XJtmvqw/orbit/src/orbit.css */
10
+ /* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-54955-RWALZGJMMlL2/orbit/src/orbit.css */
11
11
  .gravity-spot * {
12
12
  box-sizing: border-box;
13
13
  margin: 0;
package/dist/orbit.js CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  * orbit
4
- * v.1.2.0
4
+ * v.1.2.1
5
5
  * Author Juan Martin Muda - Zumerlab
6
6
  * License MIT
7
7
  **/
@@ -42,7 +42,7 @@
42
42
  fill: var(--o-fill);
43
43
  stroke: var(--o-stroke);
44
44
  stroke-width: var(--o-stroke-width);
45
- transition: all 0.3s;
45
+ transition: fill 0.25s, stroke 0.25s;
46
46
  stroke-linejoin: round;
47
47
  }
48
48
  .progress-bg {
@@ -195,7 +195,7 @@
195
195
  fill: var(--o-fill);
196
196
  stroke: var(--o-stroke);
197
197
  stroke-width: var(--o-stroke-width);
198
- transition: all 0.3s;
198
+ transition: fill 0.25s, stroke 0.25s;
199
199
  stroke-linejoin: round;
200
200
  }
201
201
  text {
package/dist/orbit.min.js CHANGED
@@ -29,7 +29,7 @@
29
29
  fill: var(--o-fill);
30
30
  stroke: var(--o-stroke);
31
31
  stroke-width: var(--o-stroke-width);
32
- transition: all 0.3s;
32
+ transition: fill 0.25s, stroke 0.25s;
33
33
  stroke-linejoin: round;
34
34
  }
35
35
  .progress-bg {
@@ -69,7 +69,7 @@
69
69
  fill: var(--o-fill);
70
70
  stroke: var(--o-stroke);
71
71
  stroke-width: var(--o-stroke-width);
72
- transition: all 0.3s;
72
+ transition: fill 0.25s, stroke 0.25s;
73
73
  stroke-linejoin: round;
74
74
  }
75
75
  text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zumer/orbit",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Orbit is a CSS framework for radial interfaces",
5
5
  "main": "./dist/orbit.js",
6
6
  "scripts": {