@social-mail/social-mail-client 1.9.59 → 1.9.60

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": "@social-mail/social-mail-client",
3
- "version": "1.9.59",
3
+ "version": "1.9.60",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -20,6 +20,12 @@ export default function AnimatedMaskGroupEditor() {
20
20
  label="Repeat"
21
21
  attributeName="styler-mask-on-enter-repeat"
22
22
  />
23
+
24
+ <DropDownProperty
25
+ label="Delay"
26
+ attributeName="styler-mask-on-enter-delay"
27
+ />
28
+
23
29
  </ExpanderPropertyEditor>;
24
30
 
25
31
  }
@@ -140,6 +140,7 @@ export const animationPropertiesSuggestions = {
140
140
  "styler-on-leave-delay": delay,
141
141
  "styler-on-leave-effect-1-delay": delay,
142
142
  "styler-on-leave-effect-2-delay": delay,
143
+ "styler-mask-on-enter-delay": delay,
143
144
 
144
145
  "styler-on-enter-direction": direction,
145
146
  "styler-on-enter-effect-1-direction": direction,