@total_onion/onion-library 2.0.91 → 2.0.93

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.
@@ -138,7 +138,7 @@
138
138
  }
139
139
  }
140
140
 
141
- &.loaded {
141
+ &.trigger-animation {
142
142
  animation: var(--animation-name) var(--animation-duration)
143
143
  var(--animation-delay) var(--animation-easing)
144
144
  var(--animation-repeat) var(--animation-fill-mode)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.91",
3
+ "version": "2.0.93",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {