@axos-web-dev/shared-components 2.0.0-dev.9-2 → 2.0.0-dev.9-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.
@@ -4,10 +4,19 @@
4
4
  initial-value: 90deg;
5
5
  }
6
6
  @keyframes ic6iil0 {
7
- from {
8
- transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
7
+ 0% {
8
+ transform: translate(-50%, -50%) scale(1.4) rotate(0);
9
9
  }
10
- to {
10
+ 50% {
11
+ transform: translate(-50%, -50%) scale(1.4) rotate(.5turn);
12
+ }
13
+ 55% {
14
+ transform: translate(-50%, -50%) scale(1.4) rotate(.6turn);
15
+ }
16
+ 95% {
17
+ transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
18
+ }
19
+ 100% {
11
20
  transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
12
21
  }
13
22
  }
@@ -59,14 +68,14 @@
59
68
  }
60
69
  .ic6iil2:hover::before {
61
70
  content: "";
62
- background: conic-gradient(transparent 270deg, white, white);
71
+ background: conic-gradient(transparent 320deg, white, white);
63
72
  position: absolute;
64
73
  top: 50%;
65
74
  left: 50%;
66
75
  transform: translate(-50%, -50%);
67
76
  aspect-ratio: 1;
68
77
  width: 100%;
69
- animation: ic6iil0 3s linear infinite;
78
+ animation: ic6iil0 1.7s linear infinite;
70
79
  }
71
80
  .ic6iil2:hover::after {
72
81
  content: "";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "2.0.0-dev.9-2",
4
+ "version": "2.0.0-dev.9-3",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",