@total_onion/onion-library 2.0.77 → 2.0.78

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.
@@ -106,6 +106,17 @@
106
106
  }
107
107
  }
108
108
 
109
+ @keyframes reveal-up {
110
+ from {
111
+ opacity: 1;
112
+ clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
113
+ }
114
+ 100% {
115
+ opacity: 1;
116
+ clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
117
+ }
118
+ }
119
+
109
120
  &.loaded {
110
121
  animation: var(--animation-name) var(--animation-duration)
111
122
  var(--animation-delay) var(--animation-easing)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.77",
3
+ "version": "2.0.78",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {