ros.grant.common 2.0.1628 → 2.0.1629

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.
@@ -26,21 +26,12 @@
26
26
  animation-fill-mode: forwards;
27
27
  position: absolute;
28
28
  right: 0;
29
+ opacity: 1;
29
30
  }
30
31
 
31
32
  &.locale-en {
32
33
  &:before {
33
34
  content: "saved";
34
- color: var(--Green);
35
- font-weight: 500;
36
- -moz-animation: cssAnimationContentSaveEn 0s ease-in 3s forwards;
37
- -webkit-animation: cssAnimationContentSaveEn 0s ease-in 3s forwards;
38
- -o-animation: cssAnimationContentSaveEn 0s ease-in 3s forwards;
39
- animation: cssAnimationContentSaveEn 0s ease-in 3s forwards;
40
- -webkit-animation-fill-mode: forwards;
41
- animation-fill-mode: forwards;
42
- position: absolute;
43
- right: 0;
44
35
  }
45
36
  }
46
37
 
@@ -79,20 +70,6 @@
79
70
  }
80
71
  }
81
72
 
82
- @keyframes cssAnimationContentSaveEn {
83
- from {
84
- content: "saving.";
85
- }
86
-
87
- 50% {
88
- content: "saving..";
89
- }
90
-
91
- to {
92
- content: "saving...";
93
- }
94
- }
95
-
96
73
  @-webkit-keyframes cssAnimationContent {
97
74
  to {
98
75
  width: 0;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1628",
2
+ "version": "2.0.1629",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {