@total_onion/onion-library 2.0.81 → 2.0.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.81",
3
+ "version": "2.0.82",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -97,8 +97,19 @@
97
97
  opacity: 1;
98
98
  }
99
99
  }
100
+ @keyframes reveal-up {
101
+ from {
102
+ opacity: 1;
103
+ clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
104
+ }
105
+ 100% {
106
+ opacity: 1;
107
+ clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
108
+ }
109
+ }
100
110
  .sub-group-container-v3 .cmpl-block-animations.loaded {
101
111
  animation: var(--animation-name) var(--animation-duration) var(--animation-delay) var(--animation-easing) var(--animation-repeat) var(--animation-fill-mode) var(--animation-direction);
112
+ animation-timeline: var(--animation-timeline);
102
113
  }
103
114
  .sub-group-container-v3__grid-container {
104
115
  grid-area: main;